-
Currently we use a flat index for our repository format, and this works rather well. However, we need to add a couple of layers above this in order to support an "Update forever" approach.
Chiefly,…
-
### Problem description
- From https://github.com/ChainSafe/lodestar/issues/5855 Lodestar's big state memory footprint is an issue for large networks
Lodestar is relatively inefficient when repr…
-
@HermesSbicego-Laser and I have been stressing and tuning a few things, as you might have guessed by our recent issues and prs. That involved running several parallel users creating, updating and look…
-
### Description
We could employ some simple heuristics to ease the need for manual index creation to support slow queries. The basic idea is that the `LoadManager` is aware of the load in each shar…
-
Currently deploying multiple `nginx-php` or `nginx-php-persistent` deployments are not supported.
The way the templates values.yaml check works [here](https://github.com/uselagoon/lagoon/blob/main/…
-
We have a performance issue with a query that runs against large table
query GetSecurities($isin: [String!]) {
debtsecurities(
where: {
ISIN: {_in: $isin}
}
…
-
Hey, I am trying to tame columnar store in our enterprise solution and faced this behaviour
select org, sum(saleit), sum(costit)
from sale_agg_cs_top
where
dt = '2021-01-01'::date
and it = 0…
-
Hello! I'm faced with error after upgrade from 23.2.2 to 23.9.5.29:
```
2023.11.22 11:25:12.181056 [ 2383151 ] {4fe8e91d-10c9-4ee3-9350-c88ccda39a79} TCPHandler: Code: 439. DB::Exception: Cannot sc…
-
I am putting here some discussed experiments and plans for loader re-architecture that have been discussed, so they can be tracked.
After coming upon research that suggests that contended locks…
-
See https://github.com/greymd/teip/wiki/Memory-Usage-Benchmark
`-e` requires approx 3 times as much memory as the standard input.
It can be reduced more.
Let me note my brief idea.
One of the …