<br><br><div class="gmail_quote">On Wed, Oct 14, 2009 at 8:52 PM, Dave Germiquet <span dir="ltr"><<a href="mailto:davegermiquet-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org">davegermiquet-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>
<br>
I'm kinda new in the field of knowing which sql applications are<br>
better, recently out of college.<br>
<br>
How does postgres handle hundreds of thousands to millions of<br>
transactions a second?<br>
<br></blockquote><div>It doesn't ...<br> <br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
How many transactions a second can postgres do?<br></blockquote><div><br>Transactions per second come down to roughly this equation .. Filesystem I/O speed (MB/s) / transaction size (MB) <br><br>So the answer to your question is "it depends on the hardware that it is installed on". <br>
<br>Dave<br></div></div>