milvus/internal/indexnode
Rijin-N a05a37a583
enhance: GCS native support (GCS implemented using Google Cloud Storage libraries) (#36214)
Native support for Google cloud storage using the Google Cloud Storage
libraries. Authentication is performed using GCS service account
credentials JSON.

Currently, Milvus supports Google Cloud Storage using S3-compatible APIs
via the AWS SDK. This approach has the following limitations:

1. Overhead: Translating requests between S3-compatible APIs and GCS can
introduce additional overhead.
2. Compatibility Limitations: Some features of the original S3 API may
not fully translate or work as expected with GCS.

To address these limitations, This enhancement is needed.

Related Issue: #36212
2024-09-30 13:23:32 +08:00
..
chunk_mgr_factory.go enhance: GCS native support (GCS implemented using Google Cloud Storage libraries) (#36214) 2024-09-30 13:23:32 +08:00
chunkmgr_mock.go enhance: Avoid merging insert data when buffering insert msgs (#33562) 2024-06-13 11:15:56 +08:00
etcd_mock.go Remove deprecated io/ioutil usage (#27747) 2023-10-17 20:32:09 +08:00
index_test.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
indexnode_component_mock.go Decouple basetable and componentparam (#26725) 2023-09-05 10:31:48 +08:00
indexnode_service_test.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
indexnode_service.go enhance: Update stats task to optional (#35947) 2024-09-12 20:37:08 +08:00
indexnode_test.go enhance: GCS native support (GCS implemented using Google Cloud Storage libraries) (#36214) 2024-09-30 13:23:32 +08:00
indexnode.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
metrics_info_test.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
metrics_info.go Refine state check (#27541) 2023-10-11 21:01:35 +08:00
OWNERS
task_analyze.go enhance: GCS native support (GCS implemented using Google Cloud Storage libraries) (#36214) 2024-09-30 13:23:32 +08:00
task_index.go enhance: GCS native support (GCS implemented using Google Cloud Storage libraries) (#36214) 2024-09-30 13:23:32 +08:00
task_scheduler_test.go enhance: Support analyze data (#33651) 2024-06-06 17:37:51 +08:00
task_scheduler.go enhance: Support analyze data (#33651) 2024-06-06 17:37:51 +08:00
task_state_test.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
task_state.go IndexCoord handle events correctly (#17878) 2022-07-07 14:44:21 +08:00
task_stats.go enhance: Update stats task to optional (#35947) 2024-09-12 20:37:08 +08:00
task_test.go feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
task.go enhance: Support analyze data (#33651) 2024-06-06 17:37:51 +08:00
taskinfo_ops_test.go enhance: Update stats task to optional (#35947) 2024-09-12 20:37:08 +08:00
taskinfo_ops.go enhance: Update stats task to optional (#35947) 2024-09-12 20:37:08 +08:00
util_test.go enhance: Support analyze data (#33651) 2024-06-06 17:37:51 +08:00
util.go enhance: Use proto for passing info in cgo (#33184) 2024-05-23 10:31:40 +08:00