ClickHouse/docs/en/operations/settings
Robert Schulze 883e0abea1
Query Cache: Safeguard against empty chunks
Reading from the query cache is implemented using processor
"SourceFromChunks" which inherits from ISource. The latter has logic
which finishes processing (= calls .finish() on the output port +
returns Status::Finished) when the derived class returns an empty chunk.
If this empty chunk is not the last chunk, i.e. if it is followed by
non-empty chunks, the query result will be incorrect. This situation
should theoretically never occur in practice but who knows ... To be on
the safe side, writing into the query cache now rejects empty chunks and
thereby avoids this scenario.
2023-05-06 14:22:23 +00:00
..
constraints-on-settings.md Fix an unclosed XML tag in documentation 2023-04-25 20:48:46 -04:00
index.md Docs: Replace annoying three spaces in enumerations by a single space 2023-04-19 15:56:55 +00:00
memory-overcommit.md add slugs 2022-08-28 09:58:27 -04:00
merge-tree-settings.md Docs: Replace annoying three spaces in enumerations by a single space 2023-04-19 15:56:55 +00:00
permissions-for-queries.md Docs: Replace annoying three spaces in enumerations by a single space 2023-04-19 15:56:55 +00:00
query-complexity.md Merge pull request #48940 from ClickHouse/DanRoscigno-patch-5 2023-04-20 10:56:31 -04:00
settings-formats.md separate name for format setting 2023-04-28 13:39:38 +00:00
settings-profiles.md New nav - reverting the revert 2023-03-17 21:45:43 -05:00
settings-users.md Docs: Replace annoying three spaces in enumerations by a single space 2023-04-19 15:56:55 +00:00
settings.md Query Cache: Safeguard against empty chunks 2023-05-06 14:22:23 +00:00