logoalt Hacker News

woodhull11/07/20241 replyview on HN

For my use case of something similar on Clickhouse:

We load data from postgres tables that are used to build Clickhouse Dictionaries (a hash table for JOIN-ish operations).

The big tables do not arrive via real-time-ish sync from postgres but are bulk-appended using a separate infrastructure.


Replies

exAspArk11/07/2024

Would you be able to share how you implemented "bulk-appended using a separate infrastructure" at a high level?