Recommendations to others considering OrientDB:
Simply just use it! You will fall in love and replace your relational database systems with OrientDB, I did, at least. Review collected by and hosted on G2.com.
What problems is OrientDB solving and how is that benefiting you?
OrientDB has replaced MySQL and Postgres as my first choice database system. The only other database "system" I am still using besides OrientDB is Sqlite, but as soon as data amount increases, OrientDB is my first and only choice at the moment.
What used to be complex and slow SQL queries against relational databases are now simple and short SQL queries performing fast and making it a joy treating the data in my databases as object graphs rather than trying to rebuild objects from relational data using complex and slow joins.
What a non-sense really, we used to serialise objects to relational data for years now (INSERT, UPDATE) to try to rebuild the objects again when fetching the same data later on (SELECT). Thats all over now. Review collected by and hosted on G2.com.