Revision #7 has been created by Necip on Aug 12, 2018, 7:49:50 AM with the memo:
edited
« previous (#6) next (#8) »
Changes
Title
unchanged
An alternative way to ElasticSearch
Category
unchanged
How-tos
Yii version
unchanged
all
Tags
unchanged
Index Engine
Content
changed
[...]
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?**[...]