Phil Rzewski
Phil Rzewski
The user that originally requested this feature thought of it again after we showed them a demo of the Remote Queries feature. In that case the queries are stored in...
Also, while not a perf-specific observation, I'll note that after loading the data, the total size of the pool directory was 8.1% larger than the original ZNG file. I'm making...
One of the approaches proposed to improve on this is for the tooling to recognize the file extension `.json` and hence use the JSON reader rather than auto-detect in that...
As discussed in a recent team meeting, @nwt is planning a fix for #1431. He explained how researching that fix revealed that there's several places where this "spill directory left...
Since the original community user seems satisfied for now, what I plan to do is add a "tip" to the ["But JSON"](https://zed.brimdata.io/docs/next/tutorials/zq#but-json) section of the `zq` tutorial to explain that...
FWIW, I found a similar crash when investigating the relevance of #3452 and it appears to be semi-fixed by the #4084 branch in the same way. If it turns out...
@muthu-rk: The reason you're seeing no output is because there's no records in the input files where the `id` field is equal to `2`, so the non-output is a correct...
@muthu-rk: Indeed, it looks like there's something wrong with `collect()` such that it's only gathering together a subset of records into the array and your one with `id==2` happens to...
Ah yes. Even with my novice abilities to peek at the code, I'm reminded of #1813 and #1494 that speak of limits that likely come into play here. The comment...
Of the two bullets in the most recent comment above, the first was addressed via #3921 and new issue #4102 has been opened to track the second. Therefore i'm closing...