Hi, > would a single storage file slow down H2 engine from looking > for and getting or writing data since
No. The only problem (I know) is what I have already described. > What think you of using only 2 files, one for all normal columns and > otherspecialized for long data types(LOBS). I thought about this, but I would try to avoid it if possible. What would be the advantage? > that can facilitate locator's implementation too How? > It did propose to split the huge storage to CLOBS and BLOBS so that there > wouldn't be a need to mix binary and character based storage That's no problem at all. Regards, Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" 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/h2-database?hl=en.
