Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
2.7k views
in Technique[技术] by (71.8m points)

level 2 TICK数据里的order queue在dolphindb中如何存储比较适合

请教一下,关于中国股市 level 2 TICK数据里的order queue在dolphindb中如何存储比较适合?这个数据是个变长List 最长50,也有可能为空。


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
在DolphinDB中可以这么存储:

一种是宽表,横向预留50列,无值留空;另一种是纵向存,加一个 OrderQtyNo,值为1-50,SecurityID+SEQNo+OrderQtyNo +OrderQtyValue。如下图所示:

image
这种存储方法,原始数据在磁盘上的压缩率会很高。


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...