Skip to content

Commit ea35d04

Browse files
committed
Minor adjustments to IO threads blog for launch
Signed-off-by: Madelyn Olson <[email protected]>
1 parent 5cd63e2 commit ea35d04

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

content/blog/2024-07-07-aws-to-contribute-efficiency-improvements-for-ValKey-8.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title= "Unlock 1 Million RPS: Experience Triple the Speed with Valkey"
55
# For the most part, you can leave this as the day you _started_ the post.
66
# The maintainers will update this value before publishing
77
# The time is generally irrelvant in how Valkey published, so '01:01:01' is a good placeholder
8-
date= 2024-07-08 01:01:01
8+
date= 2024-08-05 01:01:01
99
# 'description' is what is shown as a snippet/summary in various contexts.
1010
# You can make this the first few lines of the post or (better) a hook for readers.
1111
# Aim for 2 short sentences.
@@ -79,5 +79,6 @@ I/O threads never sleep on `epoll`, and whenever there are pending I/O operation
7979
In all other cases, the main thread executes the `epoll_wait` with the waiting time as in the original Valkey implementation
8080

8181
In addition, before executing commands, the main thread performs a new procedure, prefetch-commands-keys, which aims to reduce the number of external memory accesses needed when executing the commands on the main dictionary. A detailed explanation of the technique used in that procedure will be described in our next blog
82+
8283
### Testing and Availability
83-
The enhanced performance will be available for testing in the first release candidate of Valkey, scheduled to launch in the coming weeks.
84+
The enhanced performance will be available for testing in the first release candidate of Valkey, available today.
-987 Bytes
Loading
1.95 KB
Loading

0 commit comments

Comments
 (0)