grafana/pkg/storage/unified/sql
Peter Štibraný 357aa7d314
Improve search index eviction (#111542)
* Modify index eviction mechanism such that unowned indexes are also evicted.

* Propagate OwnsIndex function to bleve backend

Fix tests.

Stop eviction goroutine when stopping backend.

Make linter happy.

Make sure we stop backend created by tests.

Review suggestion.

Removed newline.
2025-09-24 16:54:35 +02:00
..
data Don't use transaction in ListModifiedSince. (#110392) 2025-09-01 11:39:02 +02:00
db Chore: Disable CGo in tests (#108764) 2025-09-02 17:24:30 +02:00
dbutil
indexer_seeders
sqltemplate Chore: Update mocks with recent mockery (#107816) 2025-07-09 09:15:34 +02:00
test Improve search index eviction (#111542) 2025-09-24 16:54:35 +02:00
testdata Don't use transaction in ListModifiedSince. (#110392) 2025-09-01 11:39:02 +02:00
backend.go Unified Storage: Adds pruner to kv backend (#110549) 2025-09-05 10:02:11 -06:00
backend_test.go Chore: Make cgo optional (for sqlite) (#108756) 2025-07-31 09:25:19 +00:00
blob.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
bulk.go refactor(unified-storage): set the GUID in the resource server (#105683) 2025-05-21 09:49:49 +02:00
bulk_test.go
list_iterator.go unistore: split ListIterator and ListHistory in StorageBackend (#105654) 2025-05-23 15:00:18 +02:00
list_iterator_test.go Replace check for integration tests. (#110707) 2025-09-08 15:49:49 +02:00
notifier.go
notifier_sql.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
notifier_sql_test.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
notifier_test.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
queries.go Don't use transaction in ListModifiedSince. (#110392) 2025-09-01 11:39:02 +02:00
queries_test.go Don't use transaction in ListModifiedSince. (#110392) 2025-09-01 11:39:02 +02:00
rv_manager.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
rv_manager_test.go refactor(unified-storage): move generated protos to own pkg (#105356) 2025-05-15 21:36:52 +02:00
search.go chore(unified-storage): add tracing for unified storage folder implementation (#105601) 2025-05-19 23:25:08 +03:00
server.go Improve search index eviction (#111542) 2025-09-24 16:54:35 +02:00
server_test.go
service.go Improve search index eviction (#111542) 2025-09-24 16:54:35 +02:00