I am trying to write to my Neo4j 4.4 Community Edition database in Google Cloud with 100 GB disk space, 16 GB RAM and 4 CPU Cores
Till it wrote 75000 nodes, there was no issue.
Then when I started querying, it became slow, so I created indexes.
Now, when I try to write only 4000 nodes, the transaction logs started taking up 91 GB out of 100 GB
Making it impossible to continue my program.
I tried following the instructions from How do I recover from No space left on device - Knowledge Base and checked my config.
[dbms.tx_log.rotation.retention_policy] is set to 1 day ..
but the logs in /var/lib/neo4j/data/transactions/neo4j are still present even after 7 days.
What am I missing? is it the neo4j version problem or is it with the indexes I created or the config?
Please help me out here as I am beyond my schedule for this project.
Thank you.