search for: raw_image_id

Displaying 1 result from an estimated 1 matches for "raw_image_id".

2006 Jun 28
2
Streaming from Database
I need to store rather large data in the database using blobs. I''ve been working with Rails and have designed a proof-of-concept setup that works pretty well, except there''s a considerable performance hit with very large files due to the fact that ActiveRecord loads the entire blob into memory before the data can get passed to send_data. I know at least one person is going