How an embedded ClickHouse — running in-process, not as a server — scales its
write path with a connection pool, and how far that actually goes when you give
it real cores.
chDB is ClickHouse compiled into a library. There's no server, no socket, no
network round-trip: you link libchdb.