diff --git a/Readme.md b/Readme.md index aa3ca2e..7c6d135 100644 --- a/Readme.md +++ b/Readme.md @@ -5,24 +5,16 @@ #### How to use: * Rename the file "properties-model.ini" to "properties.ini" * Fill with your own credentials -* pip install requeriments.txt +* `pip install requeriments.txt` ---- -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: +The proposal of this work is to compare the speed in read/writing a midle level of data (a dataset with 9 columns and 1.000.000 lines) to seven diferent databases: * ClickHouse * InfluxDB * Postgresql * Parquet (in a S3 Minio Storage)
-ToDo: -* DuckDB with Polars +* DuckDB * MongoDB * Kdb+ - -Deve-se relevar: -é uma "cold-storage" ou "frezze-storage"?
-influxdb: alta leitura e possui a vantagem da indexaçõa para posterior vizualização de dados em gráficos - -notas: -* comparar tamanho do csv com parquet diff --git a/compareDBs.ipynb b/compareDBs.ipynb index 2caaf98..ef54078 100644 --- a/compareDBs.ipynb +++ b/compareDBs.ipynb @@ -1249,7 +1249,6 @@ "cell_type": "markdown", "id": "4409cc89-ed14-4313-ac89-65b826038533", "metadata": { - "jp-MarkdownHeadingCollapsed": true, "tags": [] }, "source": [ @@ -1258,7 +1257,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 31, "id": "14f63810-1943-4e28-9bce-2148be6be02d", "metadata": {}, "outputs": [], @@ -1269,7 +1268,7 @@ }, { "cell_type": "code", - "execution_count": null, + "execution_count": 32, "id": "8ff6c090-7e02-435a-a179-f2aab81da972", "metadata": {}, "outputs": [], @@ -1300,7 +1299,7 @@ "outputs": [], "source": [ "%%time\n", - "# send df to kd+ in memory bank\n", + "# send df to kbd+ in memory bank\n", "q.sendSync(\"{t::x}\", data)" ] },