InterviewSolution
Saved Bookmarks
| 1. |
Is Elasticsearch A Nosql Db? |
|
Answer» Elasticsearch is a full-text, DISTRIBUTED NoSQL database. In other WORDS, it uses DOCUMENTS rather than schema or tables. It’s a free, open source tool that ALLOWS for real-time SEARCHING and analyzing of your data. Elasticsearch is a full-text, distributed NoSQL database. In other words, it uses documents rather than schema or tables. It’s a free, open source tool that allows for real-time searching and analyzing of your data. |
|