Skip to content
#

databaseindexingstrategies

Here are 2 public repositories matching this topic...

In this course, delve into advanced SQLite techniques. Master constraints, indexing, joins, subqueries, transactions, triggers, views, full-text search, JSON, backups, PRAGMA tuning, CTEs, window functions, and more!

  • Updated Oct 23, 2025

C++ console application implementing a B* tree index for fast lookups in a CUSTOMER table by primary key. Supports creation, insertion, deletion, and multiple search modes (by ID, by name, by list of IDs) with performance cost reporting. Built for the Algorithms and Data Structures 2 coursework on index structures and database search optimization.

  • Updated Nov 12, 2025
  • C++

Improve this page

Add a description, image, and links to the databaseindexingstrategies 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 databaseindexingstrategies topic, visit your repo's landing page and select "manage topics."

Learn more