documents for new features and fixes added

This commit is contained in:
Bill
2025-11-21 17:51:00 -07:00
parent 4e9a3aa5cb
commit 95f88ee6e4
4 changed files with 268 additions and 0 deletions

View File

@@ -39,5 +39,6 @@ SELECT
FROM generate_series(1, 20000000) s(i);
-- 4. Analyze the table for better query planning (good practice)
CREATE INDEX idx_benchmark_id ON benchmark_table(id);
ANALYZE benchmark_table;