[MCOL-1398] MariaDB CS returns wrong values if query_cache_size is turned on Created: 2018-05-08 Updated: 2022-11-05 Resolved: 2022-11-05 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | MariaDB Server |
| Affects Version/s: | 1.1.4 |
| Fix Version/s: | Icebox |
| Type: | Bug | Priority: | Major |
| Reporter: | Johanna Neumann | Assignee: | Unassigned |
| Resolution: | Won't Do | Votes: | 0 |
| Labels: | None | ||
| Description |
|
If you turn on the "query_cache_size" in a MariaDB Columnstore installation, the SELECT Statements will return wrong values. The first query will return the correct values, but after that every select query returns the values from the first (cached) query. Disconnecting does not help, since the cache remains. After the cache is invalidated (e.g. after a reboot) only the first query is correct again. Tested with version 1.1.3 and 1.1.4 |
| Comments |
| Comment by Andrew Hutchings (Inactive) [ 2018-05-08 ] |
|
First of all I'd highly recommend not turning on Query Cache with ColumnStore, especially in a multi-UM system. Some questions for you: |
| Comment by Johanna Neumann [ 2018-05-08 ] |
|
Hi Andrew, 1. yes, "infinidb_vtable_mode=1" Thank you! |
| Comment by Todd Stoffel (Inactive) [ 2022-11-05 ] |
|
This item is being closed because it was well passed the expiration date with no activity. If you suspect this was done in error please create a new ticket. |