-
Hello, there was some unexpected behavior when using scylla
There is a table with items, we need to get items with a certain `style` in a certain `box`, while there are several versions of the same i…
-
Hi Mateo,
I'm so happy to have found this package. It's exactly what I'm looking for. Thanks for sharing it!
I've installed and run succesfully the example. I'm unsing BLE.
The bluetooth scan…
-
I'm using following versions:
* Nextcloud: Nextcloud Hub 3 (25.0.13)
* Full text search: 25.0.1
* Full text search - Elasticsearch Platform: 25.0.1
* Full text search - Files: 25.0.1
* Full text …
-
It's difficult to quickly determine whether workload performance is tuned over time. Customer workloads can easily change and/or table schema can be altered which can cause regressions to creep and de…
-
**Describe the bug**
- If I scan `image.tar` directly after creation, it's recognized as `Generic` and doesn't show any vulnerability.
- If I load it into docker and save it again, it'll work
**T…
-
Jira Link: [DB-4138](https://yugabyte.atlassian.net/browse/DB-4138)
### Description
I have 2 queries using all partition keys effectively doing the same thing with different syntaxes. The execu…
-
I've been digging into a possible performance regression with vectorized engine [here](https://github.com/cockroachdb/cockroach/issues/46663#issuecomment-605079632) and noticed that the query runtimes…
-
Hi,
We have a sharded deployment of our ArangoDB and wanted to know how do I determine if a query utilized the shard key to direct the query to a specific shard using AQL explain in case of a) collec…
-
I believe the scan in dynamodb will always scan the entire index, thus consuming the same amount of read regardless of the filter. The filter only cuts down on how many items are returned.
http://doc…
-
**Describe the bug**
Index created using `CREATE INDEX` is not visible to the SQL optimizer if the member does not have any data. This is caused by the way we currently get list of indexes in `IMap…