#14686: ORM support for VoltDB ------------------------------------------+--------------------------------- Reporter: sylverb | Owner: nobody Status: new | Milestone: Component: Database layer (models, ORM) | Version: SVN Keywords: database, voltdb | Stage: Unreviewed Has_patch: 0 | ------------------------------------------+--------------------------------- Hello,
Would be great to have ORM support for [http://voltdb.com/content/voltdb- features-overview VoltDB] DBMS. They've released a native Python driver and it's a very promising DB which is a mix between NoSQL & relational SQL. The database retains the data in RAM and distributes both the data and the SQL engine which processes it, across the server or server cluster's processor cores. VoltDB is designed to ensure transactional consistency while eliminating legacy overhead. In short it's designed for the Web and takes care of sharding while still using SQL as a query language. SB -- Ticket URL: <http://code.djangoproject.com/ticket/14686> Django <http://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
