Nick Vatamaniuc

Results 338 comments of Nick Vatamaniuc

More advanced query engines allow selecting _multiple_ indices to answer a query. It's not impossible, for Mango to be improved to do it as well. For instance, one pain point...

@pavlov2000uk good find, I don't think weatherreport was fixed to work with the TLS distribution yet (Also hopefully those are not production credentials the password hashes, secret and coookie values,...

I imagine weatherreport would need something similar to what remsh has already for TLS conf: https://github.com/apache/couchdb/blob/main/rel/overlay/bin/remsh#L130-L134 Not sure on the timeline of the fix. I personally don't use weatherreport much...

Thank you for your report. macOS binaries are provided as a courtesy by Neighbourhood.ie. They currently seem to provide only the latest 3.3.2 release as indicated in https://neighbourhood.ie/download-apache-couchdb-mac. If you...

Getting the Erlang OTP from the release tar ball is also quicker than always cloning it with git.

Consider using a buildx cache for caching package install: https://github.com/esl/packages/blob/master/Makefile#L126-L127 and https://github.com/esl/packages/blob/905035c6f4aed0ead69535d85fcd1cc566e0585b/builders/erlang_debian.Dockerfile#L28-L29

FYI: https://github.com/bellard/quickjs/issues/195

@lanodan np, I personally wouldn't mind having an .so version as well, was just highlighting that it was brought up before in the context of this project. Also, the friendly...

Nouveau will be included in 3.4.0 release. There is not set timeframe, but currently the main thing we're waiting on is review of the nouveau deb packaging PR in https://github.com/apache/couchdb-pkg/pull/125....

Conflicted shards means that the database metadata doc in the `_dbs` has a conflicts. That database is replicated in a circle (n1->n2->n3->n1) and since any node can receive database creation...