You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "maxwellguo (Jira)" <ji...@apache.org> on 2022/11/01 06:28:00 UTC

[jira] [Commented] (CASSANDRA-15402) Make incremental backup configurable per keyspace and table

    [ https://issues.apache.org/jira/browse/CASSANDRA-15402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17626974#comment-17626974 ] 

maxwellguo commented on CASSANDRA-15402:
----------------------------------------

update [~smiklosovic]

||Heading 1||Heading 2||
|cassandra pr |[pr|https://github.com/apache/cassandra/commit/7824d338039945066ac72fa4f75656c0e7977781]|
|cassandra ci|[ci |https://app.circleci.com/pipelines/github/Maxwell-Guo/cassandra?branch=trunk]|
|cassandra-dtest|[dtest|https://github.com/apache/cassandra-dtest/commit/7272d72511ce50eb1725d3672049466ab7702c15]|



> 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: 0.5h
>  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.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org