X
X
Xpym4uk762021-04-18 14:05:58
Database
Xpym4uk76, 2021-04-18 14:05:58

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

3 answer(s)
S
Sergey Gornostaev, 2021-04-18
@sergey-gornostaev

To date, the only truly asynchronous DBMS is PostgreSQL.
PS GINO and Aiosqlite are not databases.

V
Vladimir Korotenko, 2021-04-18
@firedragon

Use a profiler with proper settings SQLite digests 100k inserts and rests only on disk speed. The problem is clearly not in the database.

Y
Yupiter7575, 2021-04-18
@yupiter7575

MariaDB for all occasions

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question