[
https://issues.apache.org/jira/browse/CASSANDRA-15402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16978380#comment-16978380
]
maxwellguo commented on CASSANDRA-15402:
----------------------------------------
*I just add the feature of incremental backup configurable per keyspace and
table .
First of all , all the table will be added to a map at startup when the
incremental_backup flag is set to true, which means all the table will take off
incremental backup.
Through nodetool of enablebackup /disablebackup we can enable backup and
disable backup for the specified keyspace and table.Also the commadn of
statusbackup will show the status of keyspace/table that turn on incremental
backup.
At first I want to add a configuration to cassandra.yaml to do keyspace/table
's backup filter, but latter i give up for I think the configuration file is of
too much configuration .So I made a default configuration for
all keyspace to turn on backup at setup.
*
> Make incremental backup configurable per keyspace and table
> -----------------------------------------------------------
>
> Key: CASSANDRA-15402
> URL: https://issues.apache.org/jira/browse/CASSANDRA-15402
> Project: Cassandra
> Issue Type: Improvement
> Components: Local/Other, Tool/nodetool
> Reporter: maxwellguo
> Assignee: maxwellguo
> Priority: Normal
> Labels: pull-request-available
> Fix For: 4.x
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> We know that when we do backup for cassandra, we can do full bakcup with
> snapshot, when we need to backup incremental data , incremental_backup can do
> some help .
> For snapshot we can just make snapshot for some keyspace/table. but
> incremental backup will do all data backup(make hard link for all sstable
> that flush from memtable or streaming ). we also know that commitlog's replay
> can do some keyspace /table 's filter.
> So I think for incremental backup we also need some filter for it.After all
> not all keyspace/table is so important to do backup.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]