Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
mcv
on Jan 13, 2023
|
parent
|
context
|
favorite
| on:
Bullshit graph database performance benchmarks
Exactly. There's no need for a graph database if you're not going to be searching for complex relationships. And once you do, SQL is hell.
I don't know of any SQLite-like graph database. I'm still a fan of neo4j.
olavgg
on Jan 13, 2023
|
next
[–]
I also really like Neo4J, but the community version is very crippled. Still though, I've worked around it and do hot backups with ZFS and run multiple database processes to support multiple customers.
alfiedotwtf
on Jan 13, 2023
|
prev
[–]
Yeah, Neo4J is neat but I don't want to stand up services... that's why I wondered if there were some that linked in easily
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
I don't know of any SQLite-like graph database. I'm still a fan of neo4j.