-
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…
-
Job controller is keeping an "in-memory" copy of the Job table of the database.
First of all, we should investigate why this is needed, maybe for performance reason?
If it's not needed, should w…
-
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…
-
### 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…
-
-
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(…
-
For performance reasons, I'd like to do a number of large operations in memory, rather than interacting with the disk. This succeeds in creating an in-memory db: `const db = new Database(':memory:');`…
-
Thanks to @cridenour the plugin now supports in-memory shared databases (see [here](https://www.sqlite.org/inmemorydb.html)).
There are however some missing functionalities that could be worth impl…
-
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'…
-
This test failed on a CI run on **"main"**:
https://github.com/oxidecomputer/omicron/runs/33299021748
Log showing the specific test failure:
https://buildomat.eng.oxide.computer/wg/0/details/01JD6A…