Manage Indexes
Learn how to manipulate indexes on vector and scalar fields via SDKs.
📘Notes
Whether a collection is automatically indexed and loaded depends on how you create the collection. A collection is automatically loaded upon creation in the following scenarios:
You can also create a collection that is not loaded automatically and start managing indexes on your own.
Contents
In this chapter, you will find out how to manage your collection indexes on vector and scalar fields.
Index Vector Fields [READ MORE]
This guide walks you through the basic operations on creating and managing indexes on vector fields in a collection.
Index Scalar Fields [READ MORE]
Zilliz Cloud supports indexing on scalar fields (non-vector fields) to significantly accelerate filtering and search performance, especially on large datasets.