Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
xkcd99
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
xkcd99
4y ago
just one question for the author, why does this system feel more like a relational system than a graph database system ? you ask users to define schema (which I think neo4j doesn't do) and also I think the concept of this rel table whi
2.
▲
by
xkcd99
4y ago
in gdbms, there is the concept of "predefined joins" where you define a relationship edge that directly connects 2 nodes, i don't know how these guys do it, but at least in neo4j that's the concept edit: just saw their b
3.
▲
by
xkcd99
4y ago
When you say scalability, how much are we talking about here ? Can it handle around 50 gb or 100 gb datasets ? Also, going through the docs it seems you support only csv data ingestion currently right ? Any plan on supporting json or parque