T
T
This_is_MonoliT2022-02-22 23:10:46
Database design
This_is_MonoliT, 2022-02-22 23:10:46

Are there local databases with multithreading support?

A project where STRICTLY local databases are used, but multithreading support is required. Are there local databases with multithreading support?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
S
Sergey Gornostaev, 2022-02-22
@sergey-gornostaev

H2

S
Saboteur, 2022-02-22
@saboteur_kiev

what is "local db"?
Why didn't mysql fit?

R
rPman, 2022-02-23
@rPman

What does multithreading support mean?
in sqlite tags, here's support for you , though the mode is turned on / off only at the stage of library compilation and in fact this is synchronization when working with instances of the database object from different threads (and this is overhead)
ps if we are talking about acceleration due to multithreading - I'm not sure that existing databases can take up several processor cores to process one request

K
Konstantin Tsvetkov, 2022-02-23
@tsklab

SQL Server Express LocalDB . Up to 4 cores.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question