1

When using HASH partitioning, I don't need to consider how many partition values are in advance. When using VALUE partitioning, can I automatically create new partitions if there are new partition values?

pengfei
  • 61
  • 2

1 Answers1

0

From version 0.97.0, DolphinDB supports the feature you want as long as your set the parameter newValuePartitionPolicy to add in configuration file.

Davis Zhou
  • 353
  • 4
  • 6