Slow Writing Performance compared to MariaDB when using Python client

Hi @Kraui,

the best performance for importing file you will achieve by using synchronous writes with batches. The following example shows how to do it: import_data_set_sync_batching.py .

You can also improve this example by:

Regards