Alexey Palazhchenko

Results 348 comments of Alexey Palazhchenko

We just released a new version with OpLog tailing support, which was a major blocker for supporting Meteor apps: https://github.com/FerretDB/FerretDB/releases/tag/v1.18.0

Compat tests don't check error messages by design – that will make them much more dependent on the data, but we introduced compat tests to depend on the data less,...

Let's put it on hold until Monday when we update the scope of this task

Thank you. We should be able to use those logs to implement a benchmark for that use-case.

The underlying issue is #3235, but we will try to push down the simplest filter `{_id: }` soon.

v1.10 included as simple optimization for `find({_id: })` commands, and upcoming v1.11 would add some tweaks. After that, two issues are remaining. 1. As [reported](https://github.com/FerretDB/FerretDB/issues/2340#issuecomment-1703527170) by @louis77, the SQLite backend...

Unfortunately, starting embedded FerretDB with a `Run` method is required. For example, when the TCP address is `127.0.0.1:0`, we should first begin listening on a TCP socket to know the...