milvus/.gitignore
XuanYang-cn 74b4369c5b
fix: Record active collections for l0Policy (#39217)
By recording the active collection lists, The l0 compaction trigger
of view change and idle won't influence each other.

Also this pr replaces the L0View cache with real L0 segments' change.
Save some memory and make L0 compaction triggers more accurate.

See also: #39187

Signed-off-by: yangxuan <xuan.yang@zilliz.com>

---------

Signed-off-by: yangxuan <xuan.yang@zilliz.com>
2025-01-16 20:19:02 +08:00

108 lines
1.6 KiB
Plaintext

# CLion generated files
# This can ignore
# cmake-build-debug/
# proxy/cmake-build-debug/
# a/b/c/cmake-build-debug/
**/cmake-build-debug/*
**/cmake-build-debug-coverage/*
**/cmake-build-release/*
**/cmake_build_release/*
**/cmake_build/*
**/CmakeFiles/*
.cache
coverage_report/
internal/core/output/*
internal/core/build/*
**/.idea/*
internal/msgstream/pulsarms/client-cpp/build/
internal/msgstream/pulsarms/client-cpp/build/*
tests/python_client/default.etcd/
# vscode generated files
.vscode
docker-compose-devcontainer.yml
docker-compose-devcontainer.yml.tmp
*.code-workspace
# Docker generated cache file
.docker/
**/_artifacts/**
# proxy
proxy/milvus
proxy/thirdparty/grpc-src
proxy/thirdparty/grpc-build
proxy/milvus/*
proxy/suvlim/
proxy/suvlim/*
proxy-go/proxy-go
# Compiled source
bin/
lib/
*.a
*.so
*.so.*
*.o
*.lo
*.tar.gz
*.log
.coverage
*.pyc
*.log
# macOS generated files & other irrelevant files
.DS_Store
*.sw[po]
cwrapper_build
cwrapper_rocksdb_build/
**/.clangd/*
**/compile_commands.json
**/.lint
typescript
**/.pytest_cache/
.root
gtags.conf
# Delve generated file
**/__debug_bin
# codecov-go generated files
*coverage.txt
profile.out
*coverage.html
cover.out
# codecov-cpp generated files
lcov_*.info
cpp_coverage/
# virtualenv
venv/
.venv/
# gopls generated
go.work
go.work.sum
# docker compose volumes
deployments/docker/*/volumes
deployments/docker/gpu/*/volumes
# rocksdb
cwrapper_rocksdb_build/
# local file data
**/data/*
internal/proto/**/*.pb.go
internal/core/src/pb/*.pb.h
internal/core/src/pb/*.pb.cc
**/legacypb/*.pb.go
pkg/streaming/proto/**/*.pb.go