mongo ttl index expireAfterSeconds
Posted tonggc1668
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mongo ttl index expireAfterSeconds相关的知识,希望对你有一定的参考价值。
https://docs.mongodb.com/manual/core/index-ttl/
db.eventlog.createIndex( "lastModifiedDate": 1 , expireAfterSeconds: 3600 )
以上是关于mongo ttl index expireAfterSeconds的主要内容,如果未能解决你的问题,请参考以下文章
MongoDB——索引属性之TTL索引(TTL Indexes)