Madelyn Olson
Madelyn Olson
> Currently, BGSAVE is not the bottleneck. The limiting factor is on the replica side during RDB processing. There's ongoing work to improve replica-side RDB handling (I'll open an issue...
> I have made a PR https://github.com/valkey-io/valkey/pull/2470 that introduces Multi Threaded RDB Save/BGSave. The performance testing results were really positive with multi-threading giving us a 3x+ speedup on many workloads!...
Just discussed in the weekly meeting. It seems like we are all aligned to add more database features. We don't want folks to use database instead of true multi-tenancy, like...
@dvkashapov Just to be transparent with you. This PR was opened at a time when we were working on the 9.0 release, and so we weren't going to merge this...
In the discussion, it came up that we are missing the following other database features: 1. No database listed for `ACL LOG` 2. No database listed for `MONITOR`, you can...
The use cases we need to have clear syntax for. 1. User can add a databse to their existing supported databases ``` # Add DB 1 to user1s permissions ACLSETUER...
>The latest run, the test passes:https://github.com/valkey-io/valkey/actions/runs/14895719363/job/41837740060 We know the test is flakey, it doesn't fail consistently.
@filipecosta90 Care to comment?
@zamazan4ik Hey, no, we're trying to wrap up 7.2 and get that pushed out. I've saved this issue and will take a deeper look when I get a chance.
Btw, we ask to sign a DCO (https://github.com/valkey-io/valkey/pull/93/checks?check_run_id=23256701353 for how to fix it). This isn't a CLA, it's just a commitment that you own the right to push the change.