PÁLI Gábor János

Results 21 issues of PÁLI Gábor János

Make it possible to run Wifibox in a FreeBSD jail (e.g. on BastilleBSD), because that does not work at the moment. - [ ] Avoid making changes that would be...

enhancement

Explore if it is possible to load the guest's kernel directly from the host's file system as well as mount the root file system of the guest from there. Potential...

enhancement

In case of map-reduce views, the arrival of the `complete` message is not guaranteed for the view callback (at the shard) when a `stop` is issued during the aggregation (at...

The `#view_row{}` record that is used for capturing messages with row data is not flexible enough to have it extended easily. If one wanted to introduce a fresh field, the...

## Overview In case of map-reduce views, the arrival of the `complete` message is not guaranteed for the view callback (at the shard) when a `stop` is issued during the...

Mango index scans do not handle the `$lt` ("less than") and `$gt` ("greater than") operators efficiently. In case of `$lt`, `inclusive_end=true` is always assumed, so e.g. if there was a...

mango
enhancement

*This is an alternative to #4710 based on the results of the related discussion.* It is not always beneficial for the performance if the Mango query planner tries to assign...

It is not always beneficial for the performance if the Mango query planner tries to assign an index to the selector. User-specified indexes may save the day, but since they...

On the Mango query interface, when the `$regex` operator is used in a selector with a field that could be backed up by a `view` (`json`) index, it is not...

mango
enhancement

When requested, the Mango execution statistics do not always reflect their actual values but something that is less than or simply zero, most of the times. This happens on the...

api
mango
bug