This website requires JavaScript.
Explore
Help
Sign In
thevar1able
/
ClickHouse
Watch
1
Star
0
Fork
0
You've already forked ClickHouse
mirror of
https://github.com/ClickHouse/ClickHouse.git
synced
2024-12-15 19:02:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c9e93b21c2
ClickHouse
/
src
/
Storages
/
MergeTree
/
CMakeLists.txt
4 lines
59 B
CMake
Raw
Normal View
History
Unescape
Escape
move to examples everywhere
2021-04-26 22:51:42 +00:00
if
(
ENABLE_EXAMPLES
)
add_subdirectory
(
examples
)
RFC: Add metadata section to MergeTreeWriteAheadLog Current WAL format doesn't seem to be extendable without breaking reverse compatibility. This PR proposes to introduces a metadata section for each action in the WAL to which optional fields can be added. Adding new fields is trivial and doesn't have to break backwards compatibility if these are not critical for correctness. Metadata contains the minimum version of the reader allowed to interpret it. Removing fields is not supported.
2020-10-16 16:48:59 +00:00
endif
(
)
Reference in New Issue
Copy Permalink