Server-level partitioning, ALTER TABLE
Pre-release
Pre-release
Added:
- Server-level partitioning [#77]:
- one
AS OF NOW
, multipleVERSIONING
partitions; - rotation of
VERSIONING
partitions by record count, time period; - rotation is multi-threaded;
- conventional subpartitions as bottom level for versioned partitions;
DEFAULT
keyword selects firstVERSIONING
partition;- ALTER TABLE ADD/DROP partition;
- REBUILD PARTITION basic operation.
- one
- ALTER TABLE basic support [#57].