Manage Indexes
Learn how to manipulate indexes on vector and scalar fields via SDKs.
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]
On Zilliz Cloud, a scalar index is used to speed up meta filtering by a specific non-vector field value, similar to a traditional database index. This guide will walk you through creating and configuring scalar indexes for fields such as integers, strings, etc.