D
Dirk Goldgar
Stanko Milosev said:My database empty is 3MB, with just few records it's 5MB!!! How quick will
search be? And is it possible to make it smaller?
Search speed won't depend so much on the physical size, so much as on the
indexes that are defined and well-designed searches that use the indexes.
It's hard to say whether the size with records is out of line or not,
depending on how much space each record requires.
One thing to beware of is that storing images in your database really bloats
it, even if the original image file is in a compressed format like JPEG. If
you're currently storing images in your database records, you can save a
*lot* of space by keeping the image files in an external folder on your hard
disk, and storing only the path to the image in a text field in your
database instead.