Browse Source

Updated Readme.md

master
flashlan 3 years ago
parent
commit
9f02cc620f
  1. 28
      compareDBs.ipynb

28
compareDBs.ipynb

@ -17,28 +17,22 @@
"----\n", "----\n",
"\n", "\n",
"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:\n", "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:\n",
"* ClickHouse\n",
"* InfluxDB\n",
"* Postgresql\n",
"* Parquet (in a S3 Minio Storage) <br>\n",
"ToDo: <br>\n",
"* DuckDB with Polars\n",
"* MongoDB\n",
"* Kdb+\n",
"\n", "\n",
" \n", "* [ClickHouse](#ClickHouse)\n",
"Deve-se relevar:\n", "* [InfluxDB](#InfluxDB)\n",
"é uma \"cold-storage\" ou \"frezze-storage\"? <br>\n", "* [Postgresql](#Postgresql)\n",
"influxdb: alta leitura e possui a vantagem da indexaçõa para vizualização de dados em gráficos.\n", "* [Parquet (in a S3 Minio Storage)](#S3-Parquet))\n",
"\n", "* [MongoDB](#MongoDB)\n",
"notas: \n", "* [DuckDB](#DuckDB)\n",
"* comparar tamanho do csv com parquet" "* [Kdb+](#Kdb+)\n",
"\n"
] ]
}, },
{ {
"cell_type": "markdown", "cell_type": "markdown",
"id": "6bb26ce7-1e84-4665-accd-916bb977f95d", "id": "6bb26ce7-1e84-4665-accd-916bb977f95d",
"metadata": { "metadata": {
"jp-MarkdownHeadingCollapsed": true,
"tags": [] "tags": []
}, },
"source": [ "source": [
@ -881,6 +875,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"id": "b9ddfdc6-c899-4f6c-9b4e-8ec6ab6d7e05", "id": "b9ddfdc6-c899-4f6c-9b4e-8ec6ab6d7e05",
"metadata": { "metadata": {
"jp-MarkdownHeadingCollapsed": true,
"tags": [] "tags": []
}, },
"source": [ "source": [
@ -1155,7 +1150,7 @@
"tags": [] "tags": []
}, },
"source": [ "source": [
"### S3 Parquet" "### S3-Parquet"
] ]
}, },
{ {
@ -1682,6 +1677,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"id": "97405e42-61dc-42c7-8220-237a312c0ec7", "id": "97405e42-61dc-42c7-8220-237a312c0ec7",
"metadata": { "metadata": {
"jp-MarkdownHeadingCollapsed": true,
"tags": [] "tags": []
}, },
"source": [ "source": [

Loading…
Cancel
Save