Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ryansking
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
ryansking
15y ago
Works pretty well for us (twitter.com).
2.
▲
by
ryansking
15y ago
One nit about snowflake in your article (i'm the author of snowflake)– the zookeeper integration is optional and only used for sanity checking the configuration (that the worker ids are distinct, etc).
3.
▲
by
ryansking
16y ago
This wouldn't work for us. We need the ids to sort by time across users, which this wouldn't do.
4.
▲
by
ryansking
16y ago
we've been running snowflake for weeks already
5.
▲
by
ryansking
16y ago
The twitter api includes string representations of the ids already and we encourage everyone to use those rather than the numeric ones.
6.
▲
by
ryansking
16y ago
we don't use incrementing ids, but needed ids that increase over time (so that you can sort tweets by them). hence, snowflake: http://github.com/twitter/snowflake
7.
▲
by
ryansking
16y ago
oh and feel free to contact me directly at ryan@twitter.com