1

does DolphinDB have a limit on the number of partition columns that can be specified?

Suppose most of the columns of a table have the same value range(100 columns), can I create the partition table by specifying all of them?

dovish618
  • 156
  • 5

1 Answers1

0

A DolphinDB table has up to three partitioning columns

Davis Zhou
  • 353
  • 4
  • 6