This application manages restaurant reservations, optimizes table allocation (including table merging for larger groups), and handles customer reviews. It evaluates query performance for operations with varying database sizes (20, 1,000, and 5,000 records) both with and without indexing, providing insights into database optimization.
-
Updated
Oct 1, 2024 - Python