Filipe Oliveira (Personal)

Results 190 issues of Filipe Oliveira (Personal)

Here's a sample traceback for 504 Gateway Timeout server error's on elastic client when the config/vector size leads to longer merge operations. #103 adds a way of fixing/avoiding this issue....

It's recurrent to see the following type of errors on non-local setups: ``` pymilvus.exceptions.MilvusException: ``` Full traceback: ``` Traceback (most recent call last): File "/usr/lib/python3.10/multiprocessing/pool.py", line 125, in worker result...

Currently, the RSCoordinator background thread parses N times the same command, with N as shard number, making it waste a significant portion of CPU cycles on it. On the bellow...

x:perf

Given we write to each N shards one after the other the `_FT.SEARCH`, this is ultimately costing us 40% of total CPU cycles and impacts the thread capabilities of parsing...

x:perf

Sharing the main and background thread flame charts with the #303 already solved so we focus on the new real hotspots. The first thing to notice is that the coordinator...

x:perf

Crash when loading the following standalone redisearch rdb: "https://s3.amazonaws.com/benchmarks.redislabs/redisearch/datasets/1M-enwiki_abstract-hashes/1M-enwiki_abstract-hashes.redisearch.rdb" To trigger it with local benchmark automation (adjust the yaml file to the one in this issue given we've worked around...

bug

I'm seeing deterministic errors around the Zipfian generation when I need to generate hundreds of millions of random numbers. Here's a sample: ``` panic: runtime error: index out of range...

Given on line 94, there is no check for the slice length: ``` globalProps.Set(seps[0], seps[1]) ``` in case of improper argument passing: Example: ``` ./bin/go-ycsb load redis -p recordcount=10000 -p...

## Problem The codahale/hdrhistogram repo has been transferred under the github HdrHstogram umbrella with the help from the original author in Sept 2020 (new repo url https://github.com/HdrHistogram/hdrhistogram-go). The main reasons...