Bastien Penavayre

Results 23 comments of Bastien Penavayre

What's the ETA on successor query?

> Citation needed. `better-sqlite3` will usually perform a lot better ... The issue here is not about better-sqlite3 query performance. It's regarding better-sqlite3's negative impact on an application overall performance...

@SevInf looks like it's already possible but not ts documented: ``` query: { $allOperations({ args, model, operation, query, // @ts-expect-error __internalParams: { transaction }, }) { if (transaction) { return...

FYI I tried setting up something similar in the past but abandoned the idea as we found it to be somewhat buggy. I looked back at our old implementation and...

FYI regarding blocking the replication acks, taken from AWS documentation on OldestReaderFeedbackXidAge metric: ``` It represents the age (in transaction IDs) of the oldest replication client feedback that is preventing...

In AWS we have the two following metrics to monitor it: - aws.rds.oldest_active_logical_replication_slot_xid_age - aws.rds.oldest_reader_feedback_xid_age

> @trashhalo ~ major apologies for missing this PR. Is this ready for review? What's your take @DaemonSnake Heya Postgres doesn't expect the logical replication to block, and acks are...

> Maybe running an old version or the latest code not being released? The line number of 44 doesn't match up with where the key `status` is used https://github.com/open-telemetry/opentelemetry-erlang-contrib/blob/main/instrumentation/opentelemetry_finch/lib/opentelemetry_finch.ex#L47 >...

the 44th line mentioned look like so in my deps/ folder