Why does an empty database take megabytes of space?
Posted
by Joonas Pulakka
on Stack Overflow
See other posts from Stack Overflow
or by Joonas Pulakka
Published on 2010-03-12T07:43:48Z
Indexed on
2010/03/12
7:47 UTC
Read the original article
Hit count: 271
database
When experimenting with (embedded) Apache Derby DB, I noticed that a fresh database, with no tables in it, takes about 1.7 MB of disk space. It's quite a bit more than my common wisdom would expect.
Why is that? Are there significant differences in this between various database engines?
© Stack Overflow or respective owner