<HTML>
<HEAD>
<TITLE>Re: [Openstack] Database replacement?</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Ya, that would be the ideal, make it more modular so that nosql engines could be hooked in (if applicable).<BR>
<BR>
It might also provide someone an opportunity to re-factor <a href="https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/api.py">https://github.com/openstack/nova/blob/master/nova/db/sqlalchemy/api.py</a> which seems hairy (4000 lines??)<BR>
<BR>
On 9/23/11 3:10 PM, "Debo Dutta (dedutta)" <<a href="dedutta@cisco.com">dedutta@cisco.com</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>This is a good idea. Actually it might be a very good idea to think of scalable/distributed nosql engines to interface with nova and other Openstack projects. <BR>
 <BR>
Regards<BR>
debo<BR>
 <BR>
<BR>
</SPAN><FONT SIZE="2"><SPAN STYLE='font-size:10pt'><B>From:</B> <a href="openstack-bounces+dedutta=cisco.com@lists.launchpad.net">openstack-bounces+dedutta=cisco.com@lists.launchpad.net</a> [<a href="mailto:openstack-bounces+dedutta=cisco.com@lists.launchpad.net">mailto:openstack-bounces+dedutta=cisco.com@lists.launchpad.net</a>] <B>On Behalf Of </B>Joshua Harlow<BR>
<B>Sent:</B> Friday, September 23, 2011 2:40 PM<BR>
<B>To:</B> openstack<BR>
<B>Subject:</B> [Openstack] Database replacement?<BR>
</SPAN></FONT></FONT><FONT FACE="Times New Roman"><SPAN STYLE='font-size:12pt'> <BR>
</SPAN></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Howdy all, congrats on the diablo release!<BR>
<BR>
Has there been any thought on having a nova-db service that responds to requests for information from the db (or something like a db).<BR>
<BR>
This could be useful for companies that don’t necessarily want to have a limiting factor being a database. Since when u scale past a certain number of compute nodes the database connections themselves may become a bottleneck (especially the heartbeat mechanism which updates a table every X seconds). It would be interesting if these types of request could go to the message queue instead and then the db backing could be swapped out with something more scalable (or still use mysql/sqlite...).<BR>
<BR>
Any thoughts?<BR>
<BR>
-Josh</SPAN></FONT><FONT FACE="Times New Roman"><SPAN STYLE='font-size:12pt'> <BR>
</SPAN></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT></BLOCKQUOTE>
</BODY>
</HTML>