M
M
martensit2016-11-12 14:19:27
MySQL
martensit, 2016-11-12 14:19:27

Which database should I choose in my case?

There will be a large list of values, in the future >1M
It will be necessary to make the following requests from the computer
1) Check if there are certain values ​​already in our list
2) Add certain values ​​​​to the end of the list
There will be many such requests and they will be asynchronous (different requests can be sent simultaneously )

Answer the question

In order to leave comments, you need to log in

3 answer(s)
R
Roman Kitaev, 2016-11-12
@martensit

Parallel, not asynchronous.
Take postgres, you can't go wrong.

S
Sergey, 2016-11-12
@begemot_sun

Those. you do not need the elements themselves, but you just need to check whether you added them or not ?
Take the Bloom filter. It will help you reduce the load on the database.

L
lega, 2016-11-12
@lega

leveldb

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question