【发布时间】:2021-12-07 23:06:17
【问题描述】:
我在dolphindb.cfg中添加了如下配置项,
maxPubConnections=20
persisitenceDir="C:\DevTools\DolphinDB\Data\Streaming"
persistenceWorkerNum=0
maxPersistenceQueueDepth=1000
maxMsgNumPerBlock=10
maxPubQueueDepthPerSite=10
但是当我执行以下命令时:
enableTablePersistence(ticks,true, true, 1000000)
错误显示:
To enable table persistence, turn on the persistence manager by specifying the configuration parameter persistenceDir for the publisher node.
请问是哪里出错了?谢谢。
【问题讨论】:
标签: dolphindb