Comments - How to Quickly Insert Data Into MariaDB

1 year, 2 months ago marcel b

I'm looking for a way to do quick inserts with compressed data. Is there a way to pre-compress data before inserting? Using the compression feature in the insert is not fast enough because the data comes in faster than an insert can be executed.

If anyone knows the answer and could provide some code e.g. Python, I would really appreciate it.

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.