Skip to content

Conversation

@JohT
Copy link
Owner

@JohT JohT commented Dec 20, 2024

⚙️ Optimization

  • Minimize Neo4j transaction log disk space utilization. The transaction log of a database can become quite big. It is needed for incremental backups and helpful for things like "change data capture". In this special case here it is not really needed, since the database can always be recreated. Therefore, the rotation of the transaction logs is switched off an therefore only one file with at most 256Mb is created.

@JohT JohT self-assigned this Dec 20, 2024
@JohT JohT force-pushed the feature/minimize-neo4j-transaction-log-disk-space branch 2 times, most recently from 825f82c to 373ce41 Compare December 21, 2024 09:14
@JohT JohT force-pushed the feature/minimize-neo4j-transaction-log-disk-space branch from 373ce41 to 8b34b4d Compare December 22, 2024 08:20
@JohT JohT marked this pull request as ready for review December 22, 2024 08:40
@JohT JohT merged commit 6a10476 into main Dec 22, 2024
4 checks passed
@JohT JohT deleted the feature/minimize-neo4j-transaction-log-disk-space branch December 22, 2024 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants