我在独立的DolphinDB服务器中执行以下代码,tableSchema = streamTable(n:0,`hardwareId`ts`temp1,[INT,TIMESTAMP因此,我在dolphindb.cfg中添加了以下配置。persistenceDir="C:\DolphinDB\streamPersistence"
I'm s
我想知道我是否可以用Orca从Python客户端的DolphinDB共享表中读取数据。我以前使用DolphinDB Python API通过运行DolphinDB脚本来读取共享表,方式如下:s=ddb.session()df=s.run("select * from tb") #tb refers to the table name which I have already defined
libtinfo.so.5启动dolphindb(JIT)时出错./dolphindb: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No suchfile or directory
如何正确启动dolphindb?