Ecosyste.ms: Repos

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

GitHub topics: btree-indexes

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: 7 days ago - Pushed: 7 days ago - Stars: 0 - Forks: 0

myui/btree4j

Disk-based B+-tree written in Pure Java

Language: Java - Size: 198 KB - Last synced: 1 day ago - Pushed: over 3 years ago - Stars: 211 - Forks: 49

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.5 MB - Last synced: 9 days ago - Pushed: 9 days ago - Stars: 21 - Forks: 9

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: 765 KB - Last synced: about 1 month ago - Pushed: about 1 month ago - Stars: 0 - Forks: 0

NicolasLM/bplustree

An on-disk B+tree for Python 3

Language: Python - Size: 94.7 KB - Last synced: 2 days ago - Pushed: about 5 years ago - Stars: 760 - Forks: 58

wangziqi2013/BwTree

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

Language: C++ - Size: 6.19 MB - Last synced: 2 months ago - Pushed: over 5 years ago - Stars: 442 - Forks: 98

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: about 1 month ago - Pushed: over 6 years ago - Stars: 3 - Forks: 0

bartlomieju/rusty_buntdb

A Rust port of BuntDB

Language: Rust - Size: 209 KB - Last synced: 4 months ago - Pushed: almost 3 years ago - Stars: 14 - Forks: 1

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: about 1 month ago - Pushed: about 1 year ago - Stars: 8 - Forks: 2

yangjufo/Learned-Indexes

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

Language: Python - Size: 1.12 MB - Last synced: 7 months ago - Pushed: over 5 years ago - Stars: 120 - Forks: 40

jmuehlig/mxtasking

Task-based framework for automatic synchronization and memory prefetching.

Language: C++ - Size: 241 KB - Last synced: 3 months ago - Pushed: over 2 years ago - Stars: 16 - Forks: 4

tolstenev/SQL_Bootcamp

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

Language: PLpgSQL - Size: 9.91 MB - Last synced: 8 months ago - Pushed: 8 months ago - Stars: 0 - Forks: 0

petergeoghegan/pg_hexedit

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

Language: C - Size: 4.08 MB - Last synced: 7 months ago - Pushed: 7 months ago - Stars: 131 - Forks: 15

msdeep14/DeepDataBase

A relational database engine using B+ tree indexing

Language: C++ - Size: 6.96 MB - Last synced: 8 months ago - Pushed: almost 3 years ago - Stars: 40 - Forks: 11

harikrishnan94/InMemIndexes

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

Language: C++ - Size: 401 KB - Last synced: 10 months ago - Pushed: about 2 years ago - Stars: 5 - Forks: 0

eugene-khyst/postgresql-performance-essentials

PostgreSQL performance essentials in 1 hour

Size: 71.3 KB - Last synced: 10 months ago - Pushed: almost 2 years ago - Stars: 31 - Forks: 5

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: 10 months ago - Pushed: almost 3 years ago - Stars: 14 - Forks: 3

Vaneeza-7/File-indexing-using-trees

Indexing on B tree, AVL tree and Red Black tree

Language: C++ - Size: 164 KB - Last synced: about 1 year ago - Pushed: about 1 year ago - Stars: 0 - Forks: 0

yutaroyamanaka/SimpleDB

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

Language: C++ - Size: 539 KB - Last synced: over 1 year ago - Pushed: over 2 years ago - Stars: 22 - Forks: 2

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: over 1 year ago - Pushed: almost 4 years ago - Stars: 2 - Forks: 0

cduvvuri18/study-indexdb

Disk based index database implementation. Purely written in Java.

Language: Java - Size: 49.8 KB - Last synced: over 1 year ago - Pushed: over 6 years ago - Stars: 15 - Forks: 3

Etshawy1/Database-Tuning

💻🛠 Database Tuning, Optimization & performance analysis.

Language: JavaScript - Size: 5.64 MB - Last synced: about 1 year ago - Pushed: over 2 years ago - Stars: 5 - Forks: 1

petergeoghegan/amcheck 📦

contrib/amcheck from Postgres v11 backported to earlier Postgres versions

Language: C - Size: 160 KB - Last synced: over 1 year ago - Pushed: over 2 years ago - Stars: 75 - Forks: 8

kesimo/vastdb

A generic fast ACID key-Value Store with custom indexing

Language: Go - Size: 106 KB - Last synced: 10 months ago - Pushed: 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: over 1 year ago - Pushed: over 3 years ago - Stars: 0 - Forks: 0

IgorLoredo/B_Tree_Alg2 Fork of Nata-botelho/B_Tree_Alg2

Size: 2.93 KB - Last synced: over 1 year ago - Pushed: about 4 years ago - Stars: 0 - Forks: 0