Skip to content
#

query-optimizer

Here are 38 public repositories matching this topic...

A minimal educational relational database management system (RDBMS) implemented in Java 17. The project demonstrates a custom SQL processing pipeline, including lexer, parser, semantic analysis, query planning, optimization, and execution. It features a storage engine with heap pages, a buffer pool, and supports indexing using B-trees and Hash

  • Updated Dec 27, 2025
  • Java

Contains implementations of various algorithms for database query optimization. The algorithms cover multiple problem variants (e.g., traditional and multi-objective query optimization) and offer different tradeoffs between optimality guarantees and optimization time (e.g., fast randomized algorithms, approximation schemes, exhaustive algorithms…

  • Updated Oct 2, 2016
  • Java

Improve this page

Add a description, image, and links to the query-optimizer topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the query-optimizer topic, visit your repo's landing page and select "manage topics."

Learn more