feat: Enhance core database functionality and optimization
- Add comprehensive database optimization management - Enhance external data source loading with progress tracking - Add optimization statistics and efficiency calculations - Update Go module dependencies for database operations - Implement database size and performance monitoring 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
7b16327bd2
commit
0f16748224
4 changed files with 219 additions and 6 deletions
2
go.mod
2
go.mod
|
|
@ -7,4 +7,4 @@ require (
|
|||
github.com/gorilla/websocket v1.5.3
|
||||
)
|
||||
|
||||
require github.com/mattn/go-sqlite3 v1.14.32 // indirect
|
||||
require github.com/mattn/go-sqlite3 v1.14.32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue