Skip to content

Commit a663beb

Browse files
author
Bob Strahan
committed
Update CHANGELOG.md with analytics agent 2-phase schema optimization
1 parent 320294b commit a663beb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ SPDX-License-Identifier: MIT-0
66
## [Unreleased]
77

88
### Added
9+
- **Analytics Agent 2-Phase Schema Optimization for Improved Performance**
10+
- Implemented progressive schema disclosure system with efficient 2-phase approach
11+
- Phase 1: `get_database_overview()` provides fast table listing and guidance (~500 tokens vs 3000+ tokens - 6x faster)
12+
- Phase 2: `get_table_info(['specific_tables'])` loads detailed schemas only for tables actually needed by the query
13+
- Enhanced SQL guidance with comprehensive Athena/Trino function reference and PostgreSQL operator warnings to prevent common query failures
914

1015
### Fixed
1116
- Fix missing data in Glue tables when using a document class that contains a dash (-).
1217

18+
1319
## [0.3.16]
1420

1521
### Added

0 commit comments

Comments
 (0)