Settings

Theme

Building an E2E Encrypted Chat Application with LanceDB and Libsodium

justinrmiller.com

27 points by securicat a month ago · 2 comments

Reader

Tsarp a month ago

lanceDB and underlying lance works well as append only right? Wont you have to do index maintenance often for a chat access pattern?

  • securicatOP a month ago

    Good question. This is targeted more at smaller chat server use cases that put the admins in the drivers seat. Compaction operations and rebuilding indexes can happen during a maintenance window.

    I plan on scaling up the number of messages the bot system generates to see where the breaking point is.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection