Skip to content

Choosing a Filer Store

Chris Lu edited this page Nov 8, 2022 · 1 revision

Here is a list of common questions about choosing a filer store.

Cassandra vs ScyllaDB vs others

Cassandra and ScyllaDB are distributed, having native support for TTL.

The data structure is the same for Cassandra and ScyllaDB. If a directory has too many updates, there would be corresponding number of tombstones if the SSTable compaction did not kick in. Too many tombstones would slow down the queries.

This happened in one user where “/tmp” folder is used as a staging folder for all uploaded files, the read operations becomes slower and slower for this folder. Changing to redis with Path-Specific-Filer-Store for this folder resolved this performance issue.

Introduction

API

Configuration

Filer

Advanced Filer Configurations

Cloud Drive

AWS S3 API

AWS IAM

Machine Learning

HDFS

Replication and Backup

Messaging

Use Cases

Operations

Advanced

Security

Misc Use Case Examples

Clone this wiki locally