secondary-index
There are 17 repositories under secondary-index topic.
RediSearch/redisearch-getting-started
A RediSearch tutorial to learn the basis of RediSearch module, with sample application in Java, Python and Node.js
google/cuckoo-index
Cuckoo Index: A Lightweight Secondary Index Structure
absolute8511/ZanRedisDB
Yet another distributed fault-tolerant key-value database Compatible with Redis written in Golang.
opensearch-project/opensearch-spark
Spark Accelerator framework ; It enables secondary indices to remote data stores.
learnedsystems/LearnedSecondaryIndex
A read-optimized learned index for unsorted data
GenesysPureEngagePremise/cassandra-es-index
Elasticsearch based secondary index for Cassandra used by Genesys UCS
workshop-depot/boltron
Thinkering Around BoltDB
workshop-depot/positive
kv playground
jgcmarins/secondary-index-dbms
Database management system developed for college purpose.
AlexandrosMisas/Index-File
Modules for record (row) storage, implementing unordered (heap) and (static) hash file organization, and secondary indexing. Built on top of a buffer manager.
IsraaXx/Healthcare-Management-System
A simple Healthcare Management System for managing doctors and appointments. This system allows an administrator to perform various operations such as adding, updating, deleting, and searching for doctors and appointments, while utilizing indexing techniques to enhance data organization and retrieval.
mar-kan/DBMS_System_secondary_index
a DBMS that organizes the files in a hash table. Also contains a secondary index hashed on a secondary key.
caiozanatelli/ExternalIndexer
Inverted Index implementation with main memory limitation using External Quicksort.
IsraaXx/BTree_Indexing
A C++ program to create, store, and manipulate a set of fixed-length records using a B-tree index on a binary file. The project implements essential operations like insertion, deletion, search, and displaying the structure of the B-tree.
MariosAchilias/Index-File
Modules for record (row) storage, implementing unordered (heap) and (static) hash file organization, and secondary indexing. Built on top of a buffer manager.
Priyansh2/wikipedia_search_engine
Designed a scalable and efficient search engine in Python to query a Wikipedia corpus of ~75GB with a response time of 1s and outputs the top 10 relevant documents based on the search query.
kondim23/multi-index-hash-db
Multi-Index Hash Database in C for efficient, flexible Creation, Insertion, and Search operations through kernel.