brainy/src/storage/adapters
David Snelling cfd74adcb3 feat: fix critical storage and VFS sharding bugs for production scale
- Fix FileSystemStorage sharding: getAllShardedFiles() for proper directory traversal
- Fix getNode() metadata: was filtering out metadata causing VFS entity failures
- Add production-scale streaming pagination for millions of entities
- Optimize sharding threshold from 1000 to 100 files for better performance
- Fix VFS readdir() and tree operations for complete directory structure support
- Add verb count tracking and persistence for performance optimizations

🚀 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-26 17:01:56 -07:00
..
baseStorageAdapter.ts feat: add distributed architecture with sharding and coordination 2025-09-22 15:45:35 -07:00
batchS3Operations.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
fileSystemStorage.ts feat: fix critical storage and VFS sharding bugs for production scale 2025-09-26 17:01:56 -07:00
memoryStorage.ts feat: add distributed architecture with sharding and coordination 2025-09-22 15:45:35 -07:00
opfsStorage.ts feat: add distributed architecture with sharding and coordination 2025-09-22 15:45:35 -07:00
optimizedS3Search.ts 🧠 Brainy 2.0.0 - Zero-Configuration AI Database with Triple Intelligence™ 2025-08-26 12:32:21 -07:00
s3CompatibleStorage.ts feat: add distributed architecture with sharding and coordination 2025-09-22 15:45:35 -07:00