An alternative way to ElasticSearch

Comparing #5 with #6

Revision #6 was created by samdark samdark on Jul 4, 2018, 8:48:34 PM.

Removed "Hello" since it was in the short version

Content

Hello!
 
 
This article is for those who have dealt with the complexity of Elasticsearch or any other indexing machines and are looking for an easier way to index the existing database without additional effort.


**Why this post?**

The amount of data increases every day. As a result, the search in the databases becomes longer and longer. Conventional data structures must be realigned in order to be able to access information more quickly. There are already database systems like Elasticsearch that can do this. However, such systems also have disadvantages.
[...]