Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
05-22-2020 09:47 AM
Hi,
I want the latest records from neo4j DB. But during a load test, I find as records increasing the performance of getting the latest records from DB decrease.
Is there any way to index on DATE DESC or property DESC like Informix or Oracle.
As per our requirement, we need the latest records from graph DB.
I have tried to create an index on it but no improvement.
Any help or suggestions really helps.
Regards,
Saurabh Goyal
05-22-2020 10:03 AM
Hi Saurab,
Please check is the index hit occurred in Profile of the query.
05-22-2020 01:36 PM
Which version of Neo4j are you using?
05-23-2020 10:15 AM
I am using 4.0.4 Enterprise
05-23-2020 10:28 AM
I think you should be able to add an index that gets used for sorting purposes. Can you check that what you're doing is the same/similar to what's suggested in this article - https://neo4j.com/docs/cypher-manual/current/query-tuning/advanced-example/#advanced-query-tuning-ex...
05-29-2020 04:58 AM
It is wondering Index not working on Timestamp property . But after Deleting & Recreate Index It is working. I does not why it was happen
All the sessions of the conference are now available online