Merge persistent_sessions and persistent_state #1446

Closed
opened 2025-12-28 17:23:01 +00:00 by sami · 0 comments
Owner

Originally created by @roman-khimov on GitHub (Jun 25, 2025).

Originally assigned to: @End-rey on GitHub.

I'm always frustrated when SN configuration has too many things to care about.

Describe the solution you'd like

Move persistent_sessions data to persistent_state, use single DB for local state. Session persistence should be controlled via a flag.

Keep compatibility, migrate existing DBs, config is to be deleted in subsequent versions.

Describe alternatives you've considered

Use a DB per data type, it sucks.

Additional context

#1255

Originally created by @roman-khimov on GitHub (Jun 25, 2025). Originally assigned to: @End-rey on GitHub. ## Is your feature request related to a problem? Please describe. I'm always frustrated when SN configuration has too many things to care about. ## Describe the solution you'd like Move `persistent_sessions` data to `persistent_state`, use single DB for local state. Session persistence should be controlled via a flag. Keep compatibility, migrate existing DBs, config is to be deleted in subsequent versions. ## Describe alternatives you've considered Use a DB per data type, it sucks. ## Additional context #1255
sami 2025-12-28 17:23:01 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
nspcc-dev/neofs-node#1446
No description provided.