RE: overhead of empty tables

2018-02-16 Thread Jacques-Henri Berthemet
: user@cassandra.apache.org; Dinesh Joshi Subject: Re: overhead of empty tables Thanks Dinesh, We have 36332 files under the data folder On Thu, Feb 15, 2018 at 3:45 PM, Dinesh Joshi mailto:dinesh.jo...@yahoo.com.invalid>> wrote: Each table in a keyspace is stored as a separate directory in th

Re: overhead of empty tables

2018-02-15 Thread Alaa Zubaidi (PDF)
Thanks Dinesh, We have 36332 files under the data folder On Thu, Feb 15, 2018 at 3:45 PM, Dinesh Joshi < dinesh.jo...@yahoo.com.invalid> wrote: > Each table in a keyspace is stored as a separate directory in the data > directory. If you many tables you'll have a lot of files. Some file systems >

Re: overhead of empty tables

2018-02-15 Thread Dinesh Joshi
Each table in a keyspace is stored as a separate directory in the data directory. If you many tables you'll have a lot of files. Some file systems have issues dealing with a lot of files in a single directory. Other than that, there will likely be some book keeping overhead within the Cassandra