mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
For large data sets the JOIN may not make forward progress in time. This prevents the deletion of those entries in the database during online delete. The number of such entries is very small compared to the total size of the data anyway. A future version will address this more thoroughly.
Newest Style
Each folder contains a single module following the newest style:
- One class per header
- As much implementation hidden as possible
- All major interfaces are abstract
- Every class is documented
- Each module focuses on solving one problem