A
A
alskorpius2019-04-22 12:01:58
Database
alskorpius, 2019-04-22 12:01:58

What database to use for large amount of data?

Good afternoon. Tell me, which database is better to use for working with large data arrays?
Now there is an old project, it is written in delphi and stores data in MSM . The
task is to create a web interface in php and, accordingly, use the new database format.
The current size of the database is over 2 GB. but records will be 5 times more. Therefore, advice is needed on which database to choose for working with such large amounts of data in order to maintain maximum performance and stability.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Ronald McDonald, 2019-04-22
@Zoominger

The current size of the database is over 2 GB. but records will be 5 times more.

This is a very small amount of data. Even 10 GB, even 100.
Big - from a terabyte.
Take Postgre or even MySQL.
Lol you're kidding :)

R
Roman Mirilaczvili, 2019-04-22
@2ord

Is 10 GB a lot?
Start with MySQL/MariaDB, you can't go wrong. Performance depends on proper DBMS architecture and proper use of indexes.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question