On 12/20/2010 09:28 PM, [email protected] wrote: > Marcelo, > > Could you convert the data in your Postgres arrays to a Python data > structure that you could pickle to a string and store in a blob field? > This would give you all the flexibility (and performance) of your > current solution, plus be portable across any database that supports > blobs. Plus, by pickling a Python object based view of your data, you > programming effort may be reduced because all of your business logic > related to those arrays is now encapsulated in a Python class. > > Malcolm As I replied to Ed, my tests will start tomorrow, but I am very newbie to dabo and somewhat, to python itself. But as I can get results, I will post them in the list.
> _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users > Searchable Archives: http://leafe.com/archives/search/dabo-users > This message: > http://leafe.com/archives/byMID/[email protected] > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
