<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7750672697533679003</id><updated>2024-10-07T07:34:03.757+03:00</updated><title type='text'>Sergey Gavruk on Development</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://gavruk.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7750672697533679003/posts/default'/><link rel='alternate' type='text/html' href='http://gavruk.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/03730951380644585646</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7750672697533679003.post-1669234818032209861</id><published>2012-09-27T16:59:00.004+03:00</published><updated>2012-09-29T00:15:18.985+03:00</updated><title type='text'>MongoDB Time To Live (TTL) collections</title><content type='html'>A new feature was introduced in MongoDB 2.2: &lt;b&gt;Time To Live collections&lt;/b&gt;. TTL collection is a collection, where documents automatically will be removed after specific period of time.
The common use-case for TTL collections is to store some session information, or use it as a cache for your system.
&lt;br&gt;
&lt;br&gt;
&lt;a href=&quot;http://gavruk.blogspot.com/2012/09/mongodb-time-to-live-ttl-collections.html#more&quot;&gt;Read more »&lt;/a&gt;</content><link rel='replies' type='application/atom+xml' href='http://gavruk.blogspot.com/feeds/1669234818032209861/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://gavruk.blogspot.com/2012/09/mongodb-time-to-live-ttl-collections.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7750672697533679003/posts/default/1669234818032209861'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7750672697533679003/posts/default/1669234818032209861'/><link rel='alternate' type='text/html' href='http://gavruk.blogspot.com/2012/09/mongodb-time-to-live-ttl-collections.html' title='MongoDB Time To Live (TTL) collections'/><author><name>Anonymous</name><uri>http://www.blogger.com/profile/03730951380644585646</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTEP30WRTpTnCOS3w5Qp-kOwh6UqPBd28QkgcmbRgfOkFRujCdx_b8RViHBckU-xp7TTBDf9mXrsPX_Dw4cY0Wc_sgIvx3rCmkxNTha8DQZP-YAQb3XPClG1CM1TfU7lI-Fpb0QyObd8c/s72-c/ttl2.jpg" height="72" width="72"/><thr:total>0</thr:total></entry></feed>