You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we enable SQlite database in a multi-tenant workspace, when no custom database configuration is specified. The original motivation was to properly store ReBAC properties on datasets per each user to support Private Datasets epic.
However, it makes sense to enable SQlite database in a single-tenant workspace as well, as there is other data, which would greatly fit there and improve CLI operations performance:
dataset entries
dataset dependencies
HEAD reference
key metadata blocks (skip list)
other fields that are currently stored in DatasetSummary (dataset kind, data/checkpoints size, last pull time, total number of records)
The text was updated successfully, but these errors were encountered:
Currently we enable SQlite database in a multi-tenant workspace, when no custom database configuration is specified. The original motivation was to properly store ReBAC properties on datasets per each user to support Private Datasets epic.
However, it makes sense to enable SQlite database in a single-tenant workspace as well, as there is other data, which would greatly fit there and improve CLI operations performance:
DatasetSummary
(dataset kind, data/checkpoints size, last pull time, total number of records)The text was updated successfully, but these errors were encountered: