[MCOL-1098] Implement/test new server ORDER BY implementation Created: 2017-12-11 Updated: 2023-11-06 Resolved: 2021-04-19 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | None |
| Affects Version/s: | 1.2.1 |
| Fix Version/s: | 5.6.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrew Hutchings (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | Compatibility | ||
| Issue Links: |
|
||||||||
| Epic Link: | ColumnStore Compatibility Improvements | ||||||||
| Description |
|
Description: Hi, Error Code: 1815 To reproduce (quote from customer ticket) Create Table: CREATE TABLE `campagna_web_codice` ( The query is as simple as : select * from dmc_dg_ita_1.campagna_web_codice order by 1 DESC limit 0, 1000; we tried to raise max_length_for_sort_data up to 51200 (1024 is the default value), but with no success. If we delete "cwc_azws" row (longtext), we get the result correctly. |
| Comments |
| Comment by Daniel Lee (Inactive) [ 2021-04-19 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Build verified: 5.6.1 (Drone #2191) Tested on a VM that has 8gb memory. Reproduced the reported issue in release 1.2.6-1 test table with char(100) and long text columns:
Loaded over 6 millions rows, way more than the 2000 rows the user had.
1.2.6-1
5.6.1
|