Artem Hluvchynskyi
Artem Hluvchynskyi
Some preliminary benchmark results using a similar method to the one from article: ``` 1st time (after compaction and view cleanup) $ python3 utils/addview.py data/reference/income_map_function.js -u admin -p admin -D...
Please ignore the part about running better on the first view creation. Apparently in those cases CouchDB has only indexed one shard out of 8. And the next query actually...
Actually the dataset I'm using is completely public. It's a subset of tax and property ownership declarations, which all public employees in Ukraine have to submit annually (and upon certain...
FYI: https://medium.com/@excieve/benchmarking-couchdb-views-abb7a0a891b2#.v6px6aid2 It includes a link to the raw dataset for importing. I'll see if I can get Cloudant instance going though.
`-S 200000000` didn't help with this, still ≈35GB of virtual mem. I think it only affects real memory.
Not completely sure if that's related as it doesn't seem (and not supposed) to remove elements that contain a list, only list elements. Both cases (import and script) assign at...
Prometheus is pretty much a standard with k8s-based monitoring. With Prometheus k8s operator it's very easy to manage service discovery through CRDs. So I'd say this should still be considered...
Similar issue with 7900 XT, ROCm 5.7, kernel 6.5.11 (Fedora 39) Although GPU recovery doesn't fully help it seems. While there are no MES errors and GPU stats (usage, power...
The shred is treated as skipped if it's saved but there are no tags assigned to it. This might not be intuitive though. Maybe change the button text based on...
Indeed, some shreds may have automatically suggested tags. In this case we could check for the form being "dirty" and skip if not. IMO it's better to have a single...