Jarosław Jedynak

Results 56 issues of Jarosław Jedynak

Draft, because this is not tested yet, and I'm not 100% sure this actually solves our problem. This PR adds a class called IoPriority, and uses it to lower the...

Probably the easiest way is to add this to the topology endpoint. Instead of returning: ``` { "result": { "datasets": { "507718ac": { "file_count": 50401, "indexes": [ { "size": 3117031264,...

good first issue
level:easy
priority:low
status:up for grabs
type:feature

I just accidentaly removed a dataset from disk (from my test instance, it's OK). After that I've tried to query, and it hanged indefinitely instead of crashing. Investigate if that...

level:medium
priority:low
status:up for grabs

Right now releases are a tedious and manual process. We should improve it: - [x] At least it's documented: https://github.com/CERT-Polska/ursadb/blob/master/docs/new_release.md - [ ] Automate docker image build with a proper...

It's relatively easy to run extremely complex query in ursadb (for example by ORing a huge amount of strings). To prevent database getting "stuck" on queries like this, we could...

Consider (optionally?) compacting in the background, or measure the impact compacting has on database performnace. In the current version compacting is (almost) always a good idea for performance, and in...

I'm not super happy with this change, but it gives good results. So what we have here is a heuristic to estimate how many files match for a given ngram....

This is the full version of changes I've tested. It's **not** production ready, but served as a POC that the changes make sense.

**The problem** I'm trying to create a public instance of mquery again. After setting up a mid-size instance (a few TBs, on HDD) I've noticed that some ursadb queries run...

zone:performance

I'm a bit disasppointed in this PR - TBH I expected another big win, while it turned out to be mediocre. Nevertheless there are some improvements here, and the code...