<div dir="ltr">+1<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 6, 2014 at 6:27 PM, Igor Degtiarov <span dir="ltr"><<a href="mailto:idegtiarov@mirantis.com" target="_blank">idegtiarov@mirantis.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi stackers,<br>
<br>
I'm working on solving bug [1]. Time to live feature has native<br>
implementation in MongoDB thru index.<br>
<br>
Now we remove docs from resource table if they have no relations with<br>
existing samples in meter table while samples are removed when time to<br>
live is expired. So it seems that we can use ttl index also in<br>
resource table and remove reduce operation from the code.<br>
<br>
We update field last_sample_timestamp in resource table with every new<br>
sample that is received from certain resource. So adding ttl index to<br>
that field gives the same result as reduce operation in<br>
clear_expired_metering_data, but it will work in background with low<br>
priority and won't block database.<br>
<br>
Change request with implementation of ttl index in resource table [2].<br>
<br>
[1] <a href="https://bugs.launchpad.net/ceilometer/+bug/1270779" target="_blank">https://bugs.launchpad.net/ceilometer/+bug/1270779</a><br>
[2] <a href="https://review.openstack.org/#/c/132988/" target="_blank">https://review.openstack.org/#/c/132988/</a><br>
<br>
Cheers, Igor.<br>
<br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div>blog: <a href="http://zqfan.github.com" target="_blank">zqfan.github.com</a><br></div>git: <a href="http://github.com/zqfan" target="_blank">github.com/zqfan</a><br></div></div>
</div>