Documentation
¶
Overview ¶
Package idxcron is CAGRA's idxcron hook implementation. Delegates to the shared cuvs body in pkg/vectorindex/cuvs/idxcron — the per-algo piece is just the spec (which storage table + which params key holds the threshold).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Hooks ¶
type Hooks struct{}
func (Hooks) Updatable ¶
func (Hooks) Updatable(in idxcronplugin.UpdatableInput) (bool, string, error)
Updatable gates CAGRA's cron-triggered rebuild on the cuvs minimum data size — intermediate_graph_degree, which is what cuvs CAGRA requires for a non-degenerate graph. Below that, brute-force search is the natural fallback and a rebuild would either fail or produce a graph too small to be useful.
Click to show internal directories.
Click to hide internal directories.