Viewing profile — kamalaboulhosn
kamalaboulhosn
HN member- Joined
- Fri, Oct 02, 2020, 2:11 PM UTC
- HN karma
- 4
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About kamalaboulhosn
Tech lead on Google Cloud Pub/Sub
Recent public activity
- story
-
comment
Comment #24664777
There is a mapping from ordering key to internal storage structures, yes. The goal is that users are abstracted away from any notion of partition and the system handles scaling and…
-
comment
Comment #24664121
The throughput limitation is 1MB/s per ordering key. The number of unique ordering keys allowed on a topic is limited only by what can be represented by a 1KB string, so very high …
-
comment
Comment #24664054
Actually, it's not exactly exposing the partition underneath. The ordering key is the only unit a user has to deal with: think user ID or database row primary key. Throughput is li…