-
- EdgeDB Version: 4.8
- EdgeDB CLI Version: 5.3.0
- OS Version:
Steps to Reproduce:
**1. Normal query using index is fast,**
```
edgedb> analyze
..................... select AuditLog {id}…
-
**Describe the bug**
I have a 8812au on the gs side which works perfectly, however the 8812eu on the drone refuses to change wifi channels. I can confirm the wifibroadcast@drone service is running an…
-
### What type of bug is this?
Unexpected error
### What subsystems and features are affected?
Query planner
### What happened?
Query planner throws an error for the following query:
``…
-
### Describe:
 SELECT \ FROM \ WHERE \ IS DISTINCT FROM \ brings different results, when using CPU-only configurations and GPU-used configurations.
#### SQL with CPU-only Config:
```sql
…
-
(In the same vein as #121479.) Unless `propagate_input_ordering` is set, we currently ignore ORDER BY in subqueries. If the subquery uses `FOR UPDATE` or `FOR SHARE`, however, the ordering can be impo…
-
### What happens?
I have a table with a bm25 search index. Joining to any one other table (with or without another bm25 search index) produces a score as expected. However, joining a third table re…
-
## Bug Report
### What version of TiKV are you using?
tikv_version: v6.0.0
tikv_commit: 769a997e4f42d5eea6c607a6ed82a1f7b9dcb61a
### What operating system and CPU are you using?
amd64…
-
The [Lineup a 1-D peak](https://bcda-aps.github.io/bluesky_training/howto/_lineup_1d_peak.html) howto uses a custom `two_pass_scan` plan, then another custom `findpeak_multipass` plan.
Could this …
-
## Bug Report
### What version of TiKV are you using?
https://github.com/tikv/tikv/pull/17311
### What operating system and CPU are you using?
### Steps to reproduce
### What did …
-
Running the following SQL query always causes a segmentation fault in Citus 12 with Postgres 16:
```
CREATE TABLE gianluca_camp_test(
id BYTEA,
account_id BYTEA NOT NULL,
start_timest…