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

Topic: "btree-indexes"

NicolasLM/bplustree

An on-disk B+tree for Python 3

Language: Python - Size: 94.7 KB - Last synced at: 13 days ago - Pushed at: about 6 years ago - Stars: 768 - Forks: 57

wangziqi2013/BwTree

An open sourced implementation of Bw-Tree in SQL Server Hekaton

Language: C++ - Size: 6.19 MB - Last synced at: 20 days ago - Pushed at: over 6 years ago - Stars: 500 - Forks: 105

myui/btree4j

Disk-based B+-tree written in Pure Java

Language: Java - Size: 198 KB - Last synced at: 26 days ago - Pushed at: over 4 years ago - Stars: 219 - Forks: 49

petergeoghegan/pg_hexedit

Open PostgreSQL relation files in a hex editor with tags and annotations

Language: C - Size: 4.08 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 146 - Forks: 17

yangjufo/Learned-Indexes

Implementation of BTree part for paper 'The Case for Learned Index Structures'

Language: Python - Size: 1.12 MB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 120 - Forks: 40

petergeoghegan/amcheck 📦

contrib/amcheck from Postgres v11 backported to earlier Postgres versions

Language: C - Size: 160 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 75 - Forks: 8

eugene-khyst/postgresql-performance-essentials

PostgreSQL performance essentials in 1 hour

Size: 71.3 KB - Last synced at: 19 days ago - Pushed at: almost 3 years ago - Stars: 61 - Forks: 14

msdeep14/DeepDataBase

A relational database engine using B+ tree indexing

Language: C++ - Size: 6.96 MB - Last synced at: 18 days ago - Pushed at: over 3 years ago - Stars: 43 - Forks: 12

HashimThePassionate/ultimate-mysql-bootcamp

Master MySQL with the Ultimate Bootcamp: all levels, all topics, one place. Say goodbye to multiple courses - everything from basics to advanced techniques covered. Dive into SQL syntax, data modeling, and optimization strategies, tailored for all skill levels.

Size: 48.6 MB - Last synced at: 15 days ago - Pushed at: 2 months ago - Stars: 31 - Forks: 9

yutaroyamanaka/SimpleDB

Database implementation from the scratch. The textbook is shown in the following link.

Language: C++ - Size: 539 KB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 22 - Forks: 2

jmuehlig/mxtasking

Task-based framework for automatic synchronization and memory prefetching.

Language: C++ - Size: 241 KB - Last synced at: about 1 year ago - Pushed at: over 3 years ago - Stars: 16 - Forks: 4

cduvvuri18/study-indexdb

Disk based index database implementation. Purely written in Java.

Language: Java - Size: 49.8 KB - Last synced at: about 2 years ago - Pushed at: about 7 years ago - Stars: 15 - Forks: 3

bartlomieju/rusty_buntdb

A Rust port of BuntDB

Language: Rust - Size: 209 KB - Last synced at: 3 days ago - Pushed at: over 3 years ago - Stars: 14 - Forks: 1

Banyc/MiniSQL

满分实验:An independent, standalone, and functioning database management system (DBMS) supporting a subset of SQL. Cross-platform. Totally from the scratch. B+ Tree indexes.

Language: C# - Size: 4.22 MB - Last synced at: 23 days ago - Pushed at: almost 4 years ago - Stars: 14 - Forks: 3

exocron-solutions/electra

An insanely fast and lightweight key value database with json and binary support. Provides insanely fast binary protocol server alongside with simple and robust REST service. One database to to rule them all.

Language: Java - Size: 504 KB - Last synced at: 12 months ago - Pushed at: about 2 years ago - Stars: 8 - Forks: 2

harikrishnan94/InMemIndexes

In-memory index implementation (btreemap, hashmap, ART-map)

Language: C++ - Size: 401 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 0

Etshawy1/Database-Tuning

💻🛠 Database Tuning, Optimization & performance analysis.

Language: JavaScript - Size: 5.64 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 5 - Forks: 1

felixklauke/arya

Clean and fast binary search tree ('B-Tree') implementation suitable for usage in fast on disk storage engines for providing fast and as direct as possible access on items.

Language: C++ - Size: 17.6 KB - Last synced at: 2 months ago - Pushed at: about 7 years ago - Stars: 3 - Forks: 0

sujoyyyy/Multi-Level-Indexing

Index records comprise search-key values and data pointers. Multilevel index is stored on the disk along with the actual database files.

Language: C++ - Size: 7.81 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

BazilSuhail/FlexiBase

FlexiBase Shell (a close to real database inspired by MongoDb) that is a testament to the power of C++ and custom-built data structures from scratch.

Language: C++ - Size: 485 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Vaneeza-7/File-indexing-using-trees

Indexing on B tree, AVL tree and Red Black tree. 🌳 Final Project @ Data Structures

Language: C++ - Size: 167 KB - Last synced at: 2 months ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

kesimo/vastdb

A generic fast ACID key-Value Store with custom indexing

Language: Go - Size: 106 KB - Last synced at: 10 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 1

itsferdiardiansa/In-Memory-Storage

This project aims to develop an in-memory storage solution, which is a fast and efficient temporary data storage system. This in-memory storage stores data in the main memory (RAM), allowing faster access compared to disk storage.

Language: TypeScript - Size: 221 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

barannmeisterr/Citizen-Information-System

The Citizen Information System is a comprehensive application designed to manage and retrieve detailed information about citizens residing in Turkey. This system encapsulates a citizen's personal information, family relationships, contact details, and address records. It integrates seamlessly with multiple databases to gather and present a unified.

Language: Java - Size: 65.4 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

SpaghettiDB/Storage-Engine

A Database storage engine featuring HeapManager for managing table data and IndexManager for optimizing data retrieval with B+ tree indexes. Utilizes binary data handling for efficient storage and retrieval. Follows some guidelines for integrity and consistency in managing tables and indexes.

Language: Go - Size: 769 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 1

ADIthaker/Database-Query-Compiler

⏩ A SQL-esque language compiler for storing relational and key-value based cache data on the backend

Language: Python - Size: 9.2 MB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

tolstenev/SQL_Bootcamp

[done] A set of daily tasks to learn the basics of PostgreSQL

Language: PLpgSQL - Size: 9.91 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

TawfikYasser/B-Tree-Files

A repository for files assignment about B-Tree

Language: C++ - Size: 174 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

IgorLoredo/B_Tree_Alg2 Fork of Nata-botelho/B_Tree_Alg2

Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0