laundmo
unread,Oct 7, 2025, 6:08:33 AM (12 days ago) Oct 7Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to py4web
Depending on the expiration, which defaults to "never", this table can grow quite large if a site is used regularly. That makes DBStore.get very slow if the table is large, due to the DB needing to do a full scan when querying for table.rkey == key.
To avoid users needing to manually create a index on rkey, the DBStore should probably do this automatically (while not forgetting that the create_index method internally does a commit/rollback).