Comment on Show HN: Simple-graph – a graph database in SQLiteparentComments−alexisread5yTo 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....
Comments
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....