Publish Date: 2022-09-25 7 min read
suppose you have a list of countries with their surface areas, and you want to sort them based on surface area, in descending order from the largest to smallest: you want to sort this list from largess area to the smallest, how can you do that ? One way is to go through the list and find the...
read morePublish Date: 2022-09-22 20 min read
MongoDB classified as a NoSQL document database with the scalability and flexibility that developers require for querying and indexing most complex data applications at any scale. MongoDB stores data in flexible, JSON-like documents with optional schemas (schema-less), meaning fields can vary from...
read morePublish Date: 2022-09-21 16 min read
MongoDB classified as a NoSQL document database with the scalability and flexibility that developers require for querying and indexing most complex data applications at any scale. MongoDB stores data in flexible, JSON-like documents with optional schemas (schema-less), meaning fields can vary from...
read morePublish Date: 2022-09-19 36 min read
Whether you have structured or unstructured text, numerical data, or geospatial data, Elasticsearch efficiently stores and indexes it in a way that supports fast searches. In our article today , we will learn how to perform CRUD operations on Elasticsearch which include create indexes , insert...
read morePublish Date: 2022-09-15 12 min read
How to Store data is what differentiates search engines databases from traditional databases, plus search engines store the index as well. if that so, then what makes the difference between indexing in databases like MongoDB or MySQL and search engines databases like Solr and Elasticsearch? Well,...
read more