-
We have experienced a case where Live SQL queries can be slow. For example the queries run for two hours or more. Here is an example of such query running slow, and the explain extended:
```
SELECT …
-
### Version
1.25.0
### What happened?
Copy or Load data should have gone without any error.
### Relevant log output
```shell
can't encode type float64 to TSV
```
### Database schema
```sql
CRE…
-
Kommentera ideer för varje del typ?
Create at least five queries to your SQL design that are needed to implement the
functionality of your application. You will probably need to create more than five…
-
### Version
1.27.0
### What happened?
With the following config:
```yml
emit_pointers_for_null_types: true
overrides:
- db_type: "uuid"
go_type:
…
-
We should use the builder defined here https://github.com/G-Research/yunikorn-history-server/blob/main/internal/database/sql/builder.go
Example usage - https://github.com/G-Research/yunikorn-history-…
-
# BugReport: Issues with NVL function
## version
4.2.1
## Original sql
```
SELECT DISTINCT o_clerk
FROM orders
WHERE
NVL(o_totalprice, NVL( o_orderkey , 0.21501538554113775))
-
Currently, if I provide column comments or NOT NULL constraints for 100 columns in a model, dbt-databricks adapter ends up running 200 separate queries resulting in significantly long total model run …
-
I ran into an error when attempting union some tables with the CTE option turned on.
``` r
tib
-
During #317 I noticed 9 functions return a different result between the API and a local SQL query.
- [ ] Add tests all exported functions to see if API and local queries match
- [ ] Create custom…
-
**Describe the problem**
When the role membership cache is invalidated, each node will need to rebuild the cache. Currently, each user whose membership is being looked up will cause a query on the …