idea-christian commented on issue #5544: URL: https://github.com/apache/couchdb/issues/5544#issuecomment-2897030230
Thanks for your feedback, I think we are doing something wrong on our end. It's a mango index/view heavy setup (200+ of them by database with a lot of DB's) to support the logic we need. Currently, we are re-creating the databases that had too many documents in the 10m+ space (the majority was log data that we don't need because the other side that replicates to this server was running in debug mode). I noticed that some databases show the below warning in Fauxton, and I wondered if this can be an issue and how to "clean" them (if needed).  - We group multiple views in design documents (based on if they belong together from a domain knowledge perspective) is this a good idea? - We use partitioned databases, does it make to short circuit views by checking the incoming document id to only "run" for the "correct" partition? - Any other advice given to reduce system load, or general learnings / things we might have missed in the documentation? We seem still to have issues, I could not look into the log as it was ~50 GB and none of my editors wanted to handle that. The log level is already set to warning only. I got the crash dump and uploaded it to the GIST below, unfortunately I can't read much out of this, to be honest. https://gist.github.com/idea-christian/905c0c0a2db179aa57fc6b95f0b55526 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
