# Index fullness is 0 with millions of records

**URL:** https://community.pinecone.io/t/index-fullness-is-0-with-millions-of-records/6674
**Category:** Support
**Tags:** vector-database, serverless
**Created:** [September 26, 2024, 5:40pm UTC](https://community.pinecone.io/t/index-fullness-is-0-with-millions-of-records/6674 "2024-09-26T17:40:58Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![shariff](https://sea2.discourse-cdn.com/flex020/user_avatar/community.pinecone.io/shariff/32/3281_2.png) [@shariff](https://community.pinecone.io/u/shariff)
#### Post date: [September 26, 2024, 5:40pm UTC](https://community.pinecone.io/t/index-fullness-is-0-with-millions-of-records/6674/1 "2024-09-26T17:40:58Z")

</div>

Just started using Pinecone and inserting a few million records. At 1.5mm records so far index\_fullness is 0. Also when going to the console the storage used is 0. Any idea on how to get the storage used, preferable in bytes.  
Thanks

{‘dimension’: 384,  
‘index\_fullness’: 0.0,  
‘namespaces’: {‘super\_cool\_namespace’: {‘vector\_count’: 1489873}},  
‘total\_vector\_count’: 1489873}

---

<div class="post-metadata">

### Author: ![evan\_pinecone](https://sea2.discourse-cdn.com/flex020/user_avatar/community.pinecone.io/evan_pinecone/32/3023_2.png) [@evan\_pinecone](https://community.pinecone.io/u/evan_pinecone)
#### Post date: [September 26, 2024, 10:52pm UTC](https://community.pinecone.io/t/index-fullness-is-0-with-millions-of-records/6674/2 "2024-09-26T22:52:50Z")

</div>

@shariff ,

Welcome to the community forum!

If you’re using a serverless index, the index fullness metric will not be relevant. That’s because serverless indexes scale automatically based on usage (see [Serverless indexes](https://docs.pinecone.io/guides/indexes/understanding-indexes#serverless-indexes)).

The best way to track and monitor your resource allocation over time is by viewing your [Usage](https://app.pinecone.io/organizations/-/settings/usage). There, you can find a breakdown of your various usage totals, including storage units in GB/hours.

Best,

Evan
