我想比较将CSV文本文件导入DolphinDB和OpenTSDB的性能差异。可以从时间刻度(https://timescaledata.blob.core.windows.net/datasets/devices_big.tar.gz)下载CSV测试文件。
通过以下方式调用DolphinDB GUI中的功能,很容易导入DolphinDB
loadText(filename, [delimiter=','], [schema])
loadTextEx(dbHandle, tableName, partitionColumns, fileName, [delimiter=','], [schema])
我阅读了OpenTSDB的用户手册(http://opentsdb.net/docs/build/html/index.html),but,找不到将这种数据集导入OpenTSDB的方法。能否告诉我如何将这些数据集导入OpenTSDB?