Frederick Cheung wrote: > On Mar 10, 5:15�am, Kretch Kretchmer <rails-mailing-l...@andreas- > s.net> wrote: >> create OA objects through Ruby, store them in OA etc. >> >> I would like to combine the two - i.e. have �n "activerecord"-like >> object, where some columns are stored directly in an *SQL table, but >> other columns are mapped to OA objects. That way I can use the Rails >> framework while utilizing the compact OA database. >> > > store the OA data as a blob column on the corresponding activerecord > or store as a text column whatever info you need to get the info out > of OA ? > > Fred
The issue is that for a given object there might be a huge amount of data stored in OA (up to many millions of objects), so translating it to text and storing in activerecord will require lots of space and take a lot of time. I'm looking to combine the superior storage of OA with the great infrastructure you get for activerecord Kretch -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

