dbiir / dbiir/TS-Benchmark

涛思数据库测试和influxdb测试的一些问题

Open
#13 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
24
Forks
10
PR merge metrics
No merged PRs in 30d

Description

在测试涛思数据库时,import.property文件中说:device_num应该整除write_client,我不是很理解这个。在实际测试中,我将import.property中的device_num和write_client设为10和10,最后数据库会显示device_id是从d_90到d_99,如果是10,20,则会是从d_180到d_199。我不是很理解这个编号顺序,不应该是从0到99和从0到199吗?
然后在influxdb进行导入时,在influxAdapter中:INFLUXDB=InfluxDBFactory.connect(URL);会报错:Exception in thread "main" org.influxdb.InfluxDBException: {"code":"unauthorized","message":"Unauthorized"},感觉是没有导入user和password,因此我自己将其改成INFLUXDB=InfluxDBFactory.connect(URL,ds.getUser(),ds.getPasswd());,但还是会报同样的错。

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.