Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个基于符号的值分区。它主要是固定的符号集。但是,偶尔,我可能会向符号集添加一些新值。系统是否可以根据正在加载到数据库的数据自动添加新值,而无需为数据库模式预先定义新值?
从 0.97.0 版开始,DolphinDB 接受 VALUE 分区的新值,只要您将参数设置newValuePartitionPolicy为add
newValuePartitionPolicy
add