Hi,
Forgive me for the strange question because I'm not an expert.
I have an appwrite selfhosted instance with 200 milion+ docs, the disk usage is 120+ gb
Is there a way to reduce the size of the db?
Are you sure that the DB is really using more than 120GB?
Docker stats are showing that?
Yes the docker volume is now at 120gb
The database volume?
Recommended threads
- How to add .NET 8.0 Runtime in cloud fun...
Hi am wondered of how add .net 8.0 runtime. .NET 7.0 worked perfectly, but the package i want to use needs 8...(( Tried to with ai help, and the solution wa...
- `notContains` Query not available
I have a collection with documents that have a `userIds` attribute containing an array of string values. I want to list these documents by excluding the ones th...
- Cant use dotnet-8.0 and Deno 2.0 Runtime...
Hi, i cant get up and running any .net and deno 2.0 runtimes. Steps i tried: 1. Added in .env: _APP_FUNCTIONS_RUNTIMES=deno-2.0,php-8.3,python-3.9,dotnet-8.0 2....