Sergiu Nagy
Results
2
comments of
Sergiu Nagy
Same behavior observed. Using official timescale/timescaledb-ha container , timescale extension v2.14.2 on PostgreSQL 16.2 (Ubuntu 16.2-1.pgdg22.04+1) Running a Delete operation shows big jumps in RAM, Disk and Processor usage even...
I'm using the something like the following snippet to understand the sequence: ` effect(()=>{ const evt = this.#keycloakStatus(); console.log(`[AUTHSRV] ${new Date().getTime()} -- ${evt.type}-- ${JSON.stringify(this.#client)} `); ...` I'm then running a...