Re: Sharding, compaction and disk space

2024-07-28 Thread ermouth
Thanks Nick, the guide is awesome! ermouth On Sun, Jul 28, 2024 at 11:48 PM Nick Vatamaniuc wrote: > That's true, good point, ermouth. Yeah, set the concurrency to 1, and also > to ensure it won't be picked up by other channels (slack vs ratio), so > maybe set the concurrency to 0 for those. >

Re: Sharding, compaction and disk space

2024-07-28 Thread Nick Vatamaniuc
That's true, good point, ermouth. Yeah, set the concurrency to 1, and also to ensure it won't be picked up by other channels (slack vs ratio), so maybe set the concurrency to 0 for those. Besides the docs on the site there is also an smoosh operator's guide in https://github.com/apache/couchdb/blo

Re: Sharding, compaction and disk space

2024-07-28 Thread ermouth
Thanks for the prompt response! To clarify further: does [smoosh.%db_related_channel%] concurrency=2 mean one still might need 1Gb even with 2 shards? ermouth On Sun, Jul 28, 2024 at 11:11 PM Nick Vatamaniuc wrote: > Hi ermouth, > > Yeah that should reduce the maximum disk space needed for co

Re: Sharding, compaction and disk space

2024-07-28 Thread Nick Vatamaniuc
Hi ermouth, Yeah that should reduce the maximum disk space needed for compaction and might be a good reason to split the shards into smaller ones. Cheers, -Nick On Sun, Jul 28, 2024 at 1:43 PM ermouth wrote: > Hi! > > Does sharding affect minimal required disk space during DB compaction > ope