An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: database-indexing

Biman-pakhira/URL-Shortener--Distributed-System-Design

Scalable URL shortening service built with Python, Redis & PostgreSQL. Handles 10K+ req/sec using consistent hashing, LRU caching (80% query reduction), and optimized indexing (sub-10ms latency). Deployed on AWS with auto-scaling and load balancing for 99.9% uptime.

Language: Python - Size: 9.77 KB - Last synced at: 8 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

KatoKode/BTree_MT

Thread-Safe BTree Implemented in x86_64 Assembly Language with a C Interface as a Shared Library.

Language: Assembly - Size: 196 KB - Last synced at: 23 days ago - Pushed at: 24 days ago - Stars: 3 - Forks: 0

DBarbosaDev/QRLIT

QRLIT: Quantum Reinforcement Learning for Database Index Tuning

Language: Jupyter Notebook - Size: 24.8 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 1

Shabnam-Khaqanpoor/Database-Simulator-Using-B-plus-Tree Fork of UI-DS-02/Database-simulator

This project simulates a database management system using a B+ Tree to efficiently store and manage data. It demonstrates key database concepts such as table management, indexing, and basic tree operations like insertion, searching, and deletion. The B+ Tree structure enables fast data access, making it ideal for indexing in databases.

Size: 662 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

AhmedSobhy01/query-optimization-research

This repository presents research on SQL query optimization, exploring how different indexing strategies and PostgreSQL configurations impact query performance. The project, which earned second place at TCCD Research Day, provides insights into improving database efficiency.

Language: Python - Size: 6.53 MB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 9 - Forks: 1

dev-ahmadbilal/database-systems-course

A practical, engineering-focused course on databases—from queries to storage internals.

Size: 1.95 MB - Last synced at: 5 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

Prayag2003/b-plus-tree-database-indexing

Implement B+ Tree Multi-Level Database Indexing in Golang

Language: Go - Size: 185 KB - Last synced at: 6 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

dinushchathurya/database-indexing-demo

Example for Database indexing using MySQL and Node JS application

Language: JavaScript - Size: 130 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Munkh09/Car-Market-Project

In this Full-Stack Group Project, I worked on RDBMS aspects such as ER design, db population, DDL, DML, and Flask

Language: HTML - Size: 1.92 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AnuragRoshan/LogIngestor

This Dyte SDE-1 Assignment require the development of a robust log ingestor system and a user-friendly query interface. The goal is to efficiently handle large volumes of log data and provide a simple yet powerful interface for querying based on various parameters.

Language: JavaScript - Size: 3.92 MB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

ChasingTheDream369/Adding-a-PersonName-Type-to-PostgreSQL

🌐 Created a New type called PersonName in PostgreSQL with 6 operations including <, >, <>, =, <=, >= for research purposes at UNSW and to experiment with the custom data type creation in postgreSQL creating the foundation for more rigourous, challenging and composite types.

Language: C - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0