<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Hello,</div><div><br></div><div>You can look on my project, see branch on-disk-overflow. This is most recent best effort queue I am using in prod (optimized for read/write)</div><div><br></div><div><a href="https://github.com/fogfish/esq">https://github.com/fogfish/esq</a><br><br>-Dmitry<br><div>Sent from my iPhone</div></div><div><br>On 08 Jun 2016, at 18:19, Roberto Ostinelli <<a href="mailto:roberto@widetag.com">roberto@widetag.com</a>> wrote:<br><br></div><blockquote type="cite"><div><div dir="ltr">To be a little more extensive: I'm familiar with the queue module, but it'd need an additional layer to write stuff to disk.<div><br></div><div>Therefore, I'm currently considering using an ordered_set mnesia table, with os:timestamp() values as the primary key.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Just wanted to avoid reinventing the wheel, so if something is out there... please let me know.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Best,</div><div class="gmail_extra">r.</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 8, 2016 at 5:15 PM, Roberto Ostinelli <span dir="ltr"><<a href="mailto:roberto@widetag.com" target="_blank">roberto@widetag.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Dear list,<div>I need to use a FIFO queue in Erlang, disk-backed.</div><div><br></div><div>Additions to the queue can be quite heavy (3000 / sec), so it's a write intensive operation.<br></div><div><br></div><div>Any ideas on best practices?</div><div><br></div><div>Thank you ^^_</div><span class="HOEnZb"><font color="#888888"><div>r.</div></font></span></div>
</blockquote></div><br></div></div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>erlang-questions mailing list</span><br><span><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a></span><br><span><a href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a></span><br></div></blockquote></body></html>