From 06d7511b9b373fe5c86d9908e4d689248e165b2a Mon Sep 17 00:00:00 2001 From: flashlan Date: Tue, 6 Jun 2023 22:56:11 -0300 Subject: [PATCH] updated README.md --- Readme.md | 31 +++++++++++++++++++++++-------- 1 file changed, 23 insertions(+), 8 deletions(-) diff --git a/Readme.md b/Readme.md index 7abfc22..13e8645 100644 --- a/Readme.md +++ b/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: -```Bash -git add -git add properties-model.ini -git add compareDBs.ipynb -git status -git commit -``` +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: +* ClickHouse +* InfluxDB +* Postgresql +* Parquet (in a S3 Minio Storage) +* DuckDB with Polars +* 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 \ No newline at end of file