<br><br>On Monday, August 18, 2014, Chris Matthews <<a href="mailto:chris.matthews@apple.com">chris.matthews@apple.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
When you say “making heavy jobs… possible”, does this mean anyone using sqlite is going to experience a noticeable slowdown?  If so, do you have any guess on the impact?</blockquote><div><br></div><div>Note that this is also a kind of bogus assumption. PostgreSQL is not generally substantially faster than SQLite, it just has better support for concurrent writing and it has auto vacuuming (which can improve performance, but irrelevant if you vacuum manually).</div>
<div><br></div><div>I don't think the switch alone is motivation on its own for writing heavier weight queries... What I would like to see is infrastructure for doing those queries in the background and caching results better.</div>
<div><br></div><div> - Daniel</div><div>E<span></span></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
> On Aug 15, 2014, at 5:52 AM, Yi Kong <<a href="javascript:;" onclick="_e(event, 'cvml', 'kongy.dev@gmail.com')">kongy.dev@gmail.com</a>> wrote:<br>
><br>
> Hi Chris,<br>
><br>
> The public perf server has partially moved to PostgreSQL, making heavy<br>
> jobs like plotting geomean trend possible.<br>
><br>
> This patchset teaches LNT to plot geomean, so that we can view the<br>
> trend of overall compiler performance over time.<br>
><br>
> Also there's a minor improvements to the graph UI.<br>
><br>
> Ok to commit?<br>
><br>
> -Yi<br>
> <0001-Expose-calc_geomean-function.patch><0002-Teach-LNT-to-plot-geomean-trend.patch><0003-Label-the-test-name-if-there-are-more-than-one-plot.patch><br>
<br>
<br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'llvm-commits@cs.uiuc.edu')">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote>