memory consumption problem as collections get bigger

Benny Malengier benny.malengier at gmail.com
Wed Oct 29 09:18:52 MDT 2008


2008/10/29 Robby Stephenson <robby at periapsis.org>

> Benny Malengier wrote:
>
>> 2008/10/29 Robby Stephenson <robby at periapsis.org    Tellico holds all the
>> collection data in RAM once the file is
>>    opened. That's
>>    obviously not going to work well with really big collections, it's
>>    just the
>>    way I wrote it. If you delete your data file once it's loaded,
>>    Tellico can
>>    save it again completely.
>>
>>
>> If things are in an sqlite embedded database as eg Amarok collection, you
>> can avoid this. Undo is possible by going back in the database logs. Anyway,
>> with all the database based apps now, people get used to atomic saves in
>> apps that handle collections
>>
>
> True. I wish I spoke SQL. I've taken a shot at it before, and had problems
> getting the performance.


If you can create a model in Django, then you can generate the SQL tables
from the code Django creates, and have a first tool to edit it (the Django
admin module). Once you have the database tables correct, well, I suppose
the real work only starts then ;-)

Benny
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://forge.novell.com/pipermail/tellico-users/attachments/20081029/ef849345/attachment.html


More information about the tellico-users mailing list