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 _______________________________________________ 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]
