Browse Source

updated README.md

master
flashlan 3 years ago
parent
commit
06d7511b9b
  1. 31
      Readme.md

31
Readme.md

@ -1,11 +1,26 @@
## Benchmark: ClickHouse Vs. InfluxDB Vs. Postgresql Vs. Parquet
-----
#### How to use:
* Rename the file "properties-model.ini" to "properties.ini"
* Fill with your own credentials
----
### Git History: The proposal of this work is to compare the speed in read/writing a midle level of data ( a dataset with 9 columns and 50.000 lines) to four diferent databases:
```Bash * ClickHouse
git add * InfluxDB
git add properties-model.ini * Postgresql
git add compareDBs.ipynb * Parquet (in a S3 Minio Storage)
git status * DuckDB with Polars
git commit * MongoDB
``` * Kdb+
- [ ] Clickhouse read
Deve-se relevar:
é uma "cold-storage" ou "frezze-storage"
influxdb: alta leitura etem a vantagem da indexaçõa para viizualização de dados em gráficos
notas:
* comparar tamanho do csv com parquet
Loading…
Cancel
Save