-
Hi team,
Recently I started a POC for a centralized database to host OWASP Dep Check data. We're aiming for Azure SQL Database.
Immediately on the first attempt I noticed a really slow performan…
-
The update statement in [sql.py line 242](https://github.com/uzh/gc3pie/blob/develop/gc3libs/persistence/sql.py#L242) shouldn't try to update the `id` column (primary key):
``` python
q = self.t_stor…
-
The user can select different fields to display on the logs and traces table.
- [x] [Add to traces table](https://github.com/highlight/highlight/pull/7576)
- [ ] [Add to logs table](https://github.co…
-
### Submitter Name
Kyle Ferriter
### Submitter Affiliation
Broad Institute
### Project Details
We would like to load GKS data into a relational model for rich querying. We currently heavily use B…
-
This could perhaps be emphasized in documentation because it took me quite a bit to understand what is going on.
1. `style_tt(rowspan = ...)` to merge rows
2. `style_tt(j = ... , i = which(...))` …
-
**Current Situation**:
- Logging is currently done in local files.
- Pubtator API requests are performed externally.
- Some data (e.g., HELP, FAQ, Startpage content) is stored in JSON objects and n…
-
I am getting an error with version 1.8.0, while version 1.7.3 does not seem to have the problem.
I never had this error before, perhaps I had version 1.7.3 installed before today.
## Code
```ru…
-
currently email is stored in database multiple columns:
- `support_email_body.seb_full_email` original
- `support_email_body.seb_body` text version
ideally should not store full copies, but stor…
-
Hi @sebffischer
I was wondering if it is currently possible to run different benchmark iterations in the same cluster job?
In particular I would like to tell mlr3batchmark to create a new job for…
-
```
-- aggregate function with some options is not supported
SELECT create_immv('mv_ivm18', 'SELECT COUNT(DISTINCT i) FROM mv_base_a');
```
I want to know why `COUNT(DISTINCT i) ` not supported…