[Zope-dev] Zope and Storm (SQL)

Jürgen kartnaller juergen.kartnaller at gmail.com
Sat May 24 06:40:49 EDT 2008


On Sat, May 24, 2008 at 11:28 AM, Andreas Jung <lists at zopyx.com> wrote:

>
>
> --On 24. Mai 2008 10:47:54 +0200 Jürgen kartnaller <
> juergen.kartnaller at gmail.com> wrote:
>
>  There seems to be some interest on the use of SQL databases with Zope.
>>
>> Lovelysystems is now using SQL databases as the primary storage for their
>> applications. We use Zope and Postgres with Storm as ORM.
>> The main reason for switching to SQL database were speed issues with
>> queries.
>>
>>
> Thanks for this interesting mail.
>
> Some questions:
>
> - how to you deal with binary large objects?


z3c.extfile


>
>
> - how do you deal with changes in the data model and
>  related migrations?


Our SQL-Scripts contain alter-table to update existing tables.


>
>
> - how do you deal with hierarchical or semi-structured data
>  (e.g. SGML, XML)?


We have no use case for this right now.


Jürgen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope-dev/attachments/20080524/03d104c4/attachment.html


More information about the Zope-Dev mailing list