snkcld's comments

snkcld | 12 years ago | on: SQLite now supports recursive CTEs

i wasnt expecting that answer...

how large was your friends table? maybe it was quick when doing friends of friends because the friends table was already wholly loaded into memory?

i wonder if your relationship traversals spanned across different tables, if postgres would still be as quick?

snkcld | 12 years ago | on: SQLite now supports recursive CTEs

is postgres as quick as neo4j, in your use case? ive really been into neo4j lately, but im curious if postgres could also be used as a graph database.
page 1