iotdb
iotdb copied to clipboard
如何设计库表能快速查询的问题
存储一条数据里包含code(32为字符串),remark(普通字符串)和10个数值字段 数据量在5000万条记录以上。 现在想通过code值进行查询,如何设计库表能支持快速查询?
Hi, this is your first issue in IoTDB project. Thanks for your report. Welcome to join the community!
建议通过可枚举的内容作为路径的一部分,比如这个 code。也许是个 id?。可以把他的值放在路径上,这样查询会更快