Y
Hacker News
new
|
ask
|
show
|
jobs
by
alexisread
1993 days ago
To some extent I think it depends on what data you're storing in the graph ie. If it's temporal data using a ulid instead of a guid speeds things up significantly (30x for large data) as your ids are not as fragmented.
https://github.com/schinckel/ulid-postgres/blob/master/ulid....