django-clickhouse
django-clickhouse copied to clipboard
Support deletes for CollapsingMergeTree
CollapsingMergeTree can process delete as adding sign=-1 record without adding sign=1 record. By now, RedisStorage collects delete info, but it is ignored in sync process, as no database objects are found.