[MCOL-846] limit 0,1000 sql result is diffrent Created: 2017-08-01 Updated: 2017-08-02 Resolved: 2017-08-01 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ExeMgr |
| Affects Version/s: | 1.0.9 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | jerry ma | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
centos6.8 |
||
| Description |
|
first time:
------------------ second time:
------------------ third time:
------------------ why the result is diffrent when I execute the same sql too many times ? |
| Comments |
| Comment by David Thompson (Inactive) [ 2017-08-01 ] |
|
There is no guarantee of results order in SQL without an order by. With columnstore and multiple pms / multi threading results may come back in any order. |
| Comment by jerry ma [ 2017-08-01 ] |
|
get it,really appreciate your help. |
| Comment by David Thompson (Inactive) [ 2017-08-01 ] |
|
no problem, happy to help. |
| Comment by jerry ma [ 2017-08-01 ] |
|
I want to know,which mcs version can be storaged by hadoop? |
| Comment by David Thompson (Inactive) [ 2017-08-01 ] |
|
This is something that was supported by infinidb and the code still exists but is not something we are emphasizing or testing internally as in some ways we see ourselves as the easier to use alternative. Is this just curiosity or do you have a use case in mind? |
| Comment by jerry ma [ 2017-08-02 ] |
|
Thank you for your patience. |