-
I'm trying to run the shairport-sync-docker container in unraid.
As I am only using a pipe to forward the audio to, the only two things added are:
```
-v /tmp/snapcast:/tmp/snapcast -> The location…
-
> The current database connection handling has several critical inefficiencies.
1. **Repeated Connection Initialization**:
- The database connection is being initialized for each request, which…
-
**Is your feature request related to a problem? Please describe.**
This isn't a classic feature request, this isn't about a direct feature, and more about creating confidence, that SlateDB indeed d…
-
Databases like Oracle creates a memory area, known as context area, for processing an SQL statement, which contains all information needed for processing the statement, for example — the number of row…
-
### Basic Information
Memory issue result in 500 error due to query on attachment table
### Steps to reproduce
All documented here: https://www.simplemachines.org/community/index.php?topic=588288.m…
-
**Summary:**
Create an unified API for manipulate database.
**Goals:**
- Provide an uniform API for any connection type (local,remote,distributed)
- Hide Implementation details from public API
- Have…
-
### Current Behavior
When using `app.settings.foo = "bar"` the API updates the in memory cache then updates the database.
When reading from `app.settings.foo` it only uses the in memory cache and …
-
Currently we always wait until the next checkpoint to release grid blocks, because we can't risk overwriting a block that was used in the last checkpoint. But most released blocks are from level 0 com…
jamii updated
2 months ago
-
Is there a way to configure the following two properties in context of Historical Access:
1. Storage of historical data
As far as I understood the default memory space for the historical data is t…
-
### What happens?
Is the expected behavior that after DROP a table that database_size decreases? I've been trying to replicate the test case mentioned in this [PR](https://github.com/duckdb/duckdb…