🗃️ Cache
8 items
🗃️ Database
10 items
🗃️ Message Queue
4 items
🗃️ Storage
6 items
📄️ DB Indexing
Indexing is a database optimization technique that creates a data structure (called an index) to improve the speed of data retrieval operations on a table. An index is similar to an index in a book: it allows the database to find rows much faster, without scanning the entire table.
📄️ Apache HBase
An overview of Apache HBase, a NoSQL, column-oriented, distributed database designed for handling large datasets.