Abhishek Chanda
rony358.bsky.social
Abhishek Chanda
@rony358.bsky.social
Twin dad, I do database stuff at Cloudflare
Reposted by Abhishek Chanda
Postgres people starter pack! go.bsky.app/Acp7hmk
March 1, 2025 at 12:35 AM
I wrote about a postgres extension that measures energy usage of a query achanda.dev/posts/pg_pow...
pg_power: initialization and basic setup
I have been playing around with the powercap framework. I wrote a postgres extension that shows the energy usage of a query. Postgres has a hook mechanism that allows an extension to override the defa...
achanda.dev
December 20, 2024 at 4:28 AM
A simple extension that returns energy usage of a postgres query github.com/achanda/pg_p...
GitHub - achanda/pg_power
Contribute to achanda/pg_power development by creating an account on GitHub.
github.com
December 18, 2024 at 3:46 AM
Folks who use CDC with a SQL database, is there a use case where consumers need to be schema aware? how do you make sure consumers get schema info?
November 10, 2024 at 4:12 AM
A blog post on the mapping between pgbouncer server states and postgres backend states achanda.dev/posts/mappin...
Mapping Between Pgbouncer Postgres Connection States | Abhishek Chanda
achanda.dev
October 28, 2024 at 3:32 AM
DataDog has been working on a Postgres extension that does distributed tracing for execution plans and much more github.com/DataDog/pg_t...
GitHub - DataDog/pg_tracing: Distributed Tracing for PostgreSQL
Distributed Tracing for PostgreSQL. Contribute to DataDog/pg_tracing development by creating an account on GitHub.
github.com
October 27, 2024 at 10:20 PM
Reposted by Abhishek Chanda
I made an infra engineer starter pack. Folks posting about databases, stream processing, durable execution, orchestrators, service meshes, and more.

go.bsky.app/SCZe42X
October 25, 2024 at 1:16 AM
We wrote about how we enabled accessing databases in private networks from workers using hyperdrive and tunnels

blog.cloudflare.com/elephants-in...
Elephants in tunnels: how Hyperdrive connects to databases inside your VPC networks
Hyperdrive (Cloudflare’s globally distributed SQL connection pooler and cache) recently added support for directing database traffic from Workers across Cloudflare Tunnels. We dive deep on what it too...
blog.cloudflare.com
October 25, 2024 at 3:44 PM