Answer the question
In order to leave comments, you need to log in
What is the best database to use for asynchronous programming?
What is the best database to use for a Telegram bot?
I used Aiosqlite, but I wondered if there might be some kind of database faster and with the ability to make multiple queries per second.
Please tell me if there is any database faster, it is desirable that you can write everything to a file on your computer (as in sqlite3)
I also heard about the GINO database , but did not use it. Is it worth it?
Answer the question
In order to leave comments, you need to log in
To date, the only truly asynchronous DBMS is PostgreSQL.
PS GINO and Aiosqlite are not databases.
Use a profiler with proper settings SQLite digests 100k inserts and rests only on disk speed. The problem is clearly not in the database.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question