[GitHub] [incubator-doris] chenhao7253886 opened a new pull request #1471: Planner support push down predicates past agg, win and sort

2019-07-13 Thread GitBox
chenhao7253886 opened a new pull request #1471: Planner support push down predicates past agg, win and sort URL: https://github.com/apache/incubator-doris/pull/1471 …sort This is an automated message from the Apache Git Servi

[GitHub] [incubator-doris] imay commented on issue #1469: Fix bug when use SELECT * FROM TABLE LIMIT 1

2019-07-13 Thread GitBox
imay commented on issue #1469: Fix bug when use SELECT * FROM TABLE LIMIT 1 URL: https://github.com/apache/incubator-doris/pull/1469#issuecomment-511168038 #1470 This is an automated message from the Apache Git Service. To re

[GitHub] [incubator-doris] WingsGo opened a new issue #1470: SQL Statement SELECT * FROM TABLE LIMIT 1 may cause BE crash when table datas is large.

2019-07-13 Thread GitBox
WingsGo opened a new issue #1470: SQL Statement SELECT * FROM TABLE LIMIT 1 may cause BE crash when table datas is large. URL: https://github.com/apache/incubator-doris/issues/1470 **Describe the bug** When I use SQL Statement SELECT * FROM TABLE LIMIT 1 in a table with large datas, the

[GitHub] [incubator-doris] imay merged pull request #1469: Fix bug when use SELECT * FROM TABLE LIMIT 1

2019-07-13 Thread GitBox
imay merged pull request #1469: Fix bug when use SELECT * FROM TABLE LIMIT 1 URL: https://github.com/apache/incubator-doris/pull/1469 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-doris] WingsGo opened a new pull request #1469: Fix bug when use SELECT * FROM TABLE LIMIT 1

2019-07-13 Thread GitBox
WingsGo opened a new pull request #1469: Fix bug when use SELECT * FROM TABLE LIMIT 1 URL: https://github.com/apache/incubator-doris/pull/1469 When I use SQL Statement SELECT * FROM TABLE LIMIT 1 in a table with large datas, the query statement will cause BE crash.The profile shows that th

[GitHub] [incubator-doris] WingsGo closed pull request #1468: Fix bug when use SQL Statement SELECT * FROM TABLE LIMIT 1

2019-07-13 Thread GitBox
WingsGo closed pull request #1468: Fix bug when use SQL Statement SELECT * FROM TABLE LIMIT 1 URL: https://github.com/apache/incubator-doris/pull/1468 This is an automated message from the Apache Git Service. To respond to t

[GitHub] [incubator-doris] morningman commented on a change in pull request #1468: Fix bug when use SQL Statement SELECT * FROM TABLE LIMIT 1

2019-07-13 Thread GitBox
morningman commented on a change in pull request #1468: Fix bug when use SQL Statement SELECT * FROM TABLE LIMIT 1 URL: https://github.com/apache/incubator-doris/pull/1468#discussion_r303207082 ## File path: be/src/exec/olap_scanner.cpp ## @@ -467,6 +468,7 @@ void OlapScan

[GitHub] [incubator-doris] WingsGo opened a new pull request #1468: Fix bug when use SQL Statement SELECT * FROM TABLE LIMIT 1

2019-07-13 Thread GitBox
WingsGo opened a new pull request #1468: Fix bug when use SQL Statement SELECT * FROM TABLE LIMIT 1 URL: https://github.com/apache/incubator-doris/pull/1468 When I use SQL Statement SELECT * FROM TABLE LIMIT 1, I found that it will scan more rows which will cost more query time. -

[GitHub] [incubator-doris] imay merged pull request #1467: doris snappy thirdparty build with optimize-options

2019-07-13 Thread GitBox
imay merged pull request #1467: doris snappy thirdparty build with optimize-options URL: https://github.com/apache/incubator-doris/pull/1467 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [incubator-doris] imay closed pull request #1467: doris snappy thirdparty build with optimize-options

2019-07-13 Thread GitBox
imay closed pull request #1467: doris snappy thirdparty build with optimize-options URL: https://github.com/apache/incubator-doris/pull/1467 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [incubator-doris] zhongyun2019 opened a new pull request #1467: doris snappy thirdparty build with optimize-options

2019-07-13 Thread GitBox
zhongyun2019 opened a new pull request #1467: doris snappy thirdparty build with optimize-options URL: https://github.com/apache/incubator-doris/pull/1467 #1466Add doris snappy thirdparty build optimize-options This is an

[GitHub] [incubator-doris] zhongyun2019 opened a new pull request #1467: doris snappy thirdparty build with optimize-options

2019-07-13 Thread GitBox
zhongyun2019 opened a new pull request #1467: doris snappy thirdparty build with optimize-options URL: https://github.com/apache/incubator-doris/pull/1467 #1466Add doris snappy thirdparty build optimize-options This is an

[GitHub] [incubator-doris] zhongyun2019 opened a new issue #1466: doris thirdparty snappy build without Optimize-Options

2019-07-13 Thread GitBox
zhongyun2019 opened a new issue #1466: doris thirdparty snappy build without Optimize-Options URL: https://github.com/apache/incubator-doris/issues/1466 When i do some sql optimization, I found snappy compress cost 40% in pprof svg image. After i rebuilt doris with snappy thirdparty