I like to say thank you for a great product. Would be preferable if I
may to remove index files temporarily and rebuild them later-
they takes too dig space . So it hard to explain to user why data base
is so big ...
> Would be preferable if I
> may to remove index files temporarily and rebuild them later-
> they takes too dig space . So it hard to explain to user why data base
> is so big ...
Did you try the latest version (1.2.126)? The database files should be
smaller now.
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 h2-da...@googlegroups.com.
To unsubscribe from this group, send email to h2-database...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
> why data base is so big
Could you describe what kind of data you store in the database, how
big the database file is, and how big you expect it to be?
> How to make Case Insensitive search
A) use VARCHAR_IGNORECASE:
http://www.h2database.com/html/datatypes.html#varchar_ignorecase_type
B) use UPPER(name) LIKE UPPER('pattern%')
In the future, please use a different subject for a different question.
Regards,
Thomas