Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cauchyk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
What's New with Monitoring in PostgreSQL 19
(clickhouse.com)
2 points
by
cauchyk
28d ago
|
0 comments
2.
▲
by
cauchyk
29d ago
as someone who loves postgres, this take is getting pretty old. yes we can do quite a bit with extensions but extensions often need to interface with external systems and even then managed providers don't consistently support all exten
3.
▲
PostgreSQL 19: What's New in Monitoring
(clickhouse.com)
4 points
by
cauchyk
1mo ago
|
0 comments
4.
▲
Postgres on NVMe Benchmarks
(clickhouse.com)
4 points
by
cauchyk
2mo ago
|
0 comments
5.
▲
We Scale PgBouncer in ClickHouse Managed Postgres
(clickhouse.com)
1 points
by
cauchyk
3mo ago
|
0 comments
6.
▲
Scaling PgBouncer across every core with SO_REUSEPORT and peering
(clickhouse.com)
4 points
by
cauchyk
3mo ago
|
0 comments
7.
▲
Query Insights for Postgres, Powered by ClickHouse
(clickhouse.com)
1 points
by
cauchyk
4mo ago
|
0 comments
8.
▲
Pg_stat_ch: We built low-overhead Postgres metrics exporter to ClickHouse
(clickhouse.com)
2 points
by
cauchyk
7mo ago
|
0 comments
9.
▲
ClickHouse: How we made our internal data warehouse AI-first
(clickhouse.com)
3 points
by
cauchyk
10mo ago
|
0 comments
10.
▲
Show HN: A modern C++20 AI SDK (GPT‑4o, Claude 3.5, tool‑calling)
56 points
by
cauchyk
1y ago
|
6 comments
11.
▲
Show HN: AI-SDK-Cpp – Unified C++ SDK for OpenAI, Anthropic, and More
(github.com)
5 points
by
cauchyk
1y ago
|
0 comments
12.
▲
Why Every PeerDB Cloud Tenant Still Gets a Private Postgres
(substack.com)
1 points
by
cauchyk
1y ago
|
0 comments
13.
▲
Why Every PeerDB Cloud Tenant Still Gets a Private Postgres
(substack.com)
1 points
by
cauchyk
1y ago
|
0 comments
14.
▲
Building MySQL Change Data Capture for ClickHouse
(clickhouse.com)
1 points
by
cauchyk
1y ago
|
0 comments
15.
▲
Show HN: Model Context Protocol (MCP) Server for ClickHouse
(github.com)
1 points
by
cauchyk
2y ago
|
0 comments
16.
▲
Postgres to ClickHouse: Data Modeling Tips
(clickhouse.com)
2 points
by
cauchyk
2y ago
|
0 comments
17.
▲
Change Data Capture (CDC) Tools should be database specialized not generalized
1 points
by
cauchyk
2y ago
|
1 comments
18.
▲
Reducing BigQuery Costs
(blog.peerdb.io)
76 points
by
cauchyk
3y ago
|
38 comments
19.
▲
by
cauchyk
3y ago
We've been using the Ubicloud runner for a while at PeerDB[1]. Great value and specially the ARM runners have been helpful to get our CI costs down. The team is really responsive and added the arm runner support within a few weeks of u
20.
▲
Five tips on Postgres logical decoding
(blog.peerdb.io)
5 points
by
cauchyk
3y ago
|
0 comments
21.
▲
by
cauchyk
3y ago
Author of the blog here: I'm a huge proponent of Rust, but in this project while interfacing with BigQuery and Snowflake go proved to be the right choice. There weren't official drivers for these in Rust and also generally onboard
22.
▲
by
cauchyk
3y ago
To get higher throughput we would need one goroutine to pull from the replication slot while the other is pushing to the target. The idea is to keep the Postgres connection useful and reading the slot while also pushing to the target asynch
23.
▲
by
cauchyk
3y ago
Not all of our code is in Go. PeerDB has multiple components: the workers, the UI and the query layer. Some of which is in Rust, Go and Typescript. While it would certainly be possible to package them into individual binaries, I found it si
24.
▲
by
cauchyk
3y ago
Author of the blog here, curious what a better alternative would be in this context. The channel has to be passed around for the producer and consumer to interface with each other. Are there better patterns for this?
25.
▲
by
cauchyk
3y ago
At my previous job there were multiple use-cases where we used RabbitMQ in conjunction with Postgres. This would've made life so much easier. Are there any instructions on installing? It'd be great if the `.so`s are released as pa
26.
▲
by
cauchyk
3y ago
Hi there, I’m Kaushik, one of the co-founders of PeerDB. PeerDB doesn’t handle schema changes today. For CDC, change stream does give us events in case of schema changes, we would have to replay them on the destination. Schema changes on th
27.
▲
Sunset from “The Fighting Temeraire” in GLSL
(iska.is)
2 points
by
cauchyk
6y ago
|
0 comments
28.
▲
Ask HN: What are some of the best written macOS apps?
4 points
by
cauchyk
7y ago
|
2 comments
29.
▲
by
cauchyk
7y ago
A lot of the power that flutter has comes from hot-reload. Dart + JIT powers this. I noticed that SwiftUI does this too. I wonder if SwiftUI composits and paints onto an underlying CALayer just like flutter does.
30.
▲
Exploring IR curves: Fitness outlasts fatigue
(iska.is)
2 points
by
cauchyk
7y ago
|
0 comments
More ›