Skip to content

Datastore-specific defaults #606

@jakedt

Description

@jakedt

Right now in the pkg/cmd/datastore package we have a set of defaults that apply equally to all datastores. Sometimes this is not a single default that works for all datastores. For example, spanner is limited to 100 usersets in the query splittler based on the structural limitations of the datastore. All other implementations can split at ~1k usersets before they start running into query size constraints.

It would make sense to allow some options to let the datastore pick its own default. We should audit our datastore flags to figure out other cases where this may make sense, and then update the pkg/cmd/datastore package accordingly.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions