Skip to content
#

database-indexing

Here are 8 public repositories matching this topic...

🌐 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.

  • Updated Sep 1, 2023
  • C

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.

  • Updated Feb 21, 2025

Improve this page

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

Learn more