MySQL Forums
Forum List  »  Memory Storage Engine

Re: MEMORY FORMAT=DYNAMIC
Posted by: manu ciao
Date: February 15, 2007 08:49AM

Hi,
I've a similar problem: I'm doing a university thesis and I aim to provide a better sinergy between Grass and MySQL (using the fast all in memory engine); after reading a lot of the mysql source code, I found that heap engine doesn't support Gis Data because of the its absence of Blob support, through which GIS data are, at the moment, memorized. I also found that blob data aren't supported because memory engine has a fixed row format, which is incompatible with blobs.
We could cooperate to add this feature to the heap engine, coudn't we?
In Ingo's answer it is said that it could be a non trivial task: but why? Aren't blob inserted in tables through a memory pointer, now? I now can see just a memory saturation possibility in case of intensive use of blobs. And what about ndb blob implementation?
I hope to read of you soon...
Manu

Options: ReplyQuote


Subject
Views
Written By
Posted
12535
December 12, 2006 07:02AM
6778
December 18, 2006 09:40AM
Re: MEMORY FORMAT=DYNAMIC
8049
February 15, 2007 08:49AM
6484
February 16, 2007 04:56AM
6252
February 16, 2007 06:52AM
6242
February 16, 2007 09:01AM
5634
April 17, 2008 09:41AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.