<br><div><span class="gmail_quote">On 10/12/07, <b class="gmail_sendername">Yariv Sadan</b> <<a href="mailto:yarivsadan@gmail.com">yarivsadan@gmail.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> We can use both Postgres and MySQL from Erlang. With ErlyDB, using<br>> those DBMS's is just as Erlangy as Mnesia for most CRUD and SELECT<br>> operations -- you don't have to write SQL by hand. Many big sites run
<br>> on MySQL (YouTube, Flickr, Facebook...), so it definitely scales.</blockquote><div><br>Hi Yariv - <br><br>A few questions for ya :)<br><br>Is the postgresql driver on par with the mysql driver at this time?  Reading from your blog it seems Postgresql is not yet there. 
<br><br>Would ErlyDB be the DBI/DBD equivalent of the Erlang world?  The nice thing about open source is that everyone can do what they want, but having a de facto package for something like this is probably essential.<br>
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">> In Vimagi, I use MySQL for persistent data and Mnesia for live session<br>> data. It works great, even on a RAM-constrained VPS.
</blockquote><div><br>Is the live session data a cached data or actually the session table? I think Mnesia would be great as a cache server (e.g. memcached), but haven't thought through it, and if you have done so, would love to hear your take. 
<br><br>Thanks,<br>yc<br><br></div></div>