Look into allowing SYNC command in the initial connection #35
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
suggestion
support
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-warlock#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Now that we've enabled Warlock as a KV storage database, speed is an issue. While the KV lookups are insanely fast because you know, it's in-memory and stuff.
The slow part is the initial connection. I will need to profile it, but I have a feeling it is related to the WebSocket negotiation and then having to issue the SYNC command. If I can remove the requirement for the SYNC command and add the auth/admin key stuff to the initial WebSocket request I should be able to shave quite a few milliseconds off the setup time.
created branch
35-look-into-allowing-sync-command-in-the-initial-connection
mentioned in merge request !14
closed via commit
17e3210164
closed via merge request !14