-
The in-memory database is currently only used in tests. It was originally added to ensure tests that do not depend on complex db logic can pass quickly.
However, I've recently ran performance tests o…
-
In order to test our database, I can as a developer create an in memory database using SQLite.
See week 7, 1a)
-
### What happens?
`DROP TABLE` does not free memory. It is only freed when closing the connection. I'm using an in-memory database.
Note that [docs](https://duckdb.org/docs/sql/statements/drop.htm…
-
If this is being created for multiple users (maybe one day millions), we need to scale. Having in memory with numpy is simple, but if I was to query something, it would load the entire database in mem…
-
Tiny issue:
Usernames are always available for me using this example as a found user is returned to nowhere?
```typescript
export function getUserByUsername(username: string) {
users.forEach(…
-
Work with #4 person to implement memory. RAG may be useful here?
These are the things the bot should remember:
- Things that each user in the server has said, or key things or ideas about each use…
-
We moved from the 288 to the 290 for the quicklook processing, as we couldn't fix the issue wit the obj_db.
When I ran `apero_database.py --update` to rebuild the db from the old folders (tellu and…
-
Hello,
I am using MS-DIAL v5.3 to search lipidomics DDA files (in mzML format). Every time I create and run a search, my computer gets stuck on the database loading step. To allow the run to proceed,…
-
When using -r option I'm getting log messages about SQLite databases created in :memory: even when --index-folder is specified.
Is it normal?
Btw there is separate db for each .tar file - wouldn'…
-
Memory ADR is here: https://github.com/microsoft/semantic-kernel/issues/5887
- [ ] ADR for Relational Database support
- [ ] Implement new abstractions
- [ ] Unit tests
- [ ] Integration tests
- [ ] …