That's not a use-case that you would use a graph database for. Go with a key value store.
Michael > Am 10.09.2015 um 01:38 schrieb Razvan T <[email protected]>: > > Hello! > > I need to store a maximum of 200 billion records, each having 2 fields: A, > and B, both strings of no more than 255 characters. > I'll be inserting records into this database at a pace of about 50 000 per > second. > About once a second, I'll also be querying the database. All the queries will > be the same: I'll need all the records where the field A=X, for a given X > string. > > 1. Is it possible to use Neo4j to store such a database? > 2. What kind of hardware would I need to store it? > > Thanks, > Razvan > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <mailto:[email protected]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
