You could probably use ALTER CLUSTER SWAP TABLE
(see ALTER CLUSTER — CrateDB: Reference ) which only takes a few ms/seconds
Changing from non-partitioned to partitioned is unfortunately not possible right now.
You could probably use ALTER CLUSTER SWAP TABLE
(see ALTER CLUSTER — CrateDB: Reference ) which only takes a few ms/seconds
Changing from non-partitioned to partitioned is unfortunately not possible right now.