An alternative way to ElasticSearch

Comparing #6 with #7

Revision #7 was created by Necip Necip on Aug 12, 2018, 7:49:50 AM.

edited

Content

[...]
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.

The most noticeable major drawbacks are:

- Learning a new query language. SQL
-Plugin won’t get you far or is not flexible enough.
- The existing programs must be rewritten in order to process the new result sets appropriately.
- The safety regulations must be defined again.
- A second database must be set up, which in principle contains the same data.

**Who will benefit from this post?**
[...]