Hi, I'm looking at moving an SQL database of several million customer records (name, addresses, purchases) to a graph DB.
Can OrientDB (if configured correctly - classes/clusters/cluster etc) perform fast enough to respond to several hundred users querying data (mostly in read only mode)? Most queries will not involve generating graph data, but simple queries such as: 1) select * from Address where street = '' and city = '' and zip = '' 2) select * from Name where firstname = '' and lastname = '' 3) select * from Orders where customerid = ? Are there any examples of organizations who are doing this? Thanks Steve -- --- You received this message because you are subscribed to the Google Groups "OrientDB" 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.
