Skip to content
Prev 56067 / 398500 Next

RMySQL and Blob

Hi Jonathan,

Currently RMySQL doesn't handle blob objects.  The mechanics of
inserting and extracting blob objects by itself is not too hard,
but issues such as how should blobs be made available to R, how to
prevent buffers overflows, how to prevent huge blobs from exhausting
the available memory, should R callback functions be invoked
as chunks of the blob are brought in, etc., need more consideration.
And these issues are not R/MySQL specific, but also relevant to
other databases and other non-dbms interfaces.

BTW there are R facilities (e.g., external pointers, finalizers) that 
seems quite important for this type of implementation.  

What type and how big are the blobs that want to import?

--
David
jonathan_li at agilent.com wrote:
Message-ID: <20040922100454.B20269@jessie.research.bell-labs.com>
In-Reply-To: <65213341217E8D458E7C78E6640C74958BDD49@waglmb01.labs.agilent.com>; from jonathan_li@agilent.com on Tue, Sep 21, 2004 at 06:05:58PM -0700