Re: Cassandra/HBase storage backend issues
Jason Plurad <plu...@...>
Hi Mike, One thing you should watch out for is making sure that your transaction handling is clean. Check out the TinkerPop docs on Graph Transactions, especially the 3rd paragraph. It helps to do a graph.tx().rollback() before running your queries, and then making sure you commit or rollback when you're done in a try/finally block. Do those traversal use a mixed index? Keep in mind that there is a refresh interval in ES (Solr has something similar), so if you're querying immediately after inserting the data, changes might not be visible yet. -- Jason On Monday, June 19, 2017 at 11:09:33 AM UTC-4, HadoopMarc wrote:
|
|