G
G
Governor2017-03-09 22:00:52
MySQL
Governor, 2017-03-09 22:00:52

How do major directories store their data?

I want to create a dictionary of English words for myself. As you learn the language, replenish it. I wanted to use MySQL, like this:
81ad2010d8254ad28118f77f7f9ca262.png
Rating for the survey.
But somewhere I read that dictionaries use some other databases with other architecture, not relational. I wanted to clarify, what if the database grows by 10,000 words or more? Will it slow down? And what DBs usually use large dictionaries?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GavriKos, 2017-03-09
@Mr-Governor

For 10,000, and even for 100,000 - enough.
But I would advise to reconsider architecture of a DB. Because such an architecture at least does not allow to store different translation options normally. More precisely, you can store it, only there will be more data.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question