Welcome to JiKe DevOps Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

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

DolphinDB数据库在数据写入时有没有时间顺序性的要求?

在使用DolphinDB数据库写入数据时,需要按照时间顺序排序写入吗?


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

Please log in or register to answer this question.

1 Answer

0 votes
by (71.8m points)

没有要求,可以乱序写入。DolphinDB是分区之间的数据是有顺序的。分区内是不排序的,是按照你的插入顺序的。查询或计算的时候,如果对顺序敏感,可以在线排序。


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