Details
-
Improvement
-
Status: Open
-
Low
-
Resolution: Unresolved
-
None
Description
Right now for commitlog archiving the user specifies a command to run and c* forks the jvm to run that command. The most common operations will be either copy or link (hard or soft). Since we can do all of these operations without forking the jvm, which is very expensive, we should have special cases for those.
Attachments
Issue Links
- is related to
-
CASSANDRA-9350 Commit log archiving can use ln instead of cp now that segments are not recycled
- Resolved