edgeChunkSize
Defines the number of edges to be processed in a single batch operation during persistence.
This constant is used for chunking collections of edges into smaller groups to optimize write performance and reduce memory usage when interacting with the Neo4j database. Specifically, it determines the maximum size of each chunk of edges to be persisted in one batch operation.