I
I
Ivan Noname2018-11-10 04:21:51
Database design
Ivan Noname, 2018-11-10 04:21:51

How to store large amounts of data with the ability to search through it?

There are over 100 GB of text data that can be represented in multiple tables. It is necessary to implement storage and fast (not for 20 minutes) search. What local database would you recommend?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
Konstantin Tsvetkov, 2018-11-10
@tsklab

Finding Documents in Windows 10 .

X
xmoonlight, 2018-11-10
@xmoonlight

Any. It all depends on the structure of the relationships between these tables and the correctness of queries to select the necessary data from this database.

A
Artemy, 2018-11-15
@MetaAbstract

You can install a local search engine if the system search slows down. But if these are tables in essence, then it is optimal to fill in the texts with a script into the database and configure the search there.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question