Hello,

First of all, thanks for your very good software.

In my java app, I read series of points in a plain text file and then
add them to my h2 embedded database.

I use the following SQL schema :
CREATE TABLE points (
id INT NOT NULL AUTO_INCREMENT
, times_id INT
, var_id INT
, value REAL
, PRIMARY KEY (id)
);

The size of this file is around 25Mb and the resulting H2 database is
around 80Mb.

Is there a particular reason for that difference ?

Thanks in advance for your help.

-- 
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.

Reply via email to