Hi All ,
We are running a stand alone instance of Influx on the following hardware
Processor : - I5-6500
Cores :- 4
Speed :- 3.2Ghz
RAM :- 32GB of DDR4 RAM
Hard disk :- 4TB HDD
This is what we do currently
- We are testing with 560000 items .Each item contains 2 tags and 600 float values
- Data is batched and written to the database per second
- Each batch contains 8000 items .
The write operation seems to work well . However when we try to read from the database using queries like
select * from measurement , Influx seems to be hanging and we do not get a response
Any help is appreciated