If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Thanks for the reply. I have 2 tables in mysql with a large set of texts.
I already have the list of page (like page.php?ID=X) but if I inser the list of the page in Zoom, it creates a second database with the same data!
So I have a first database and a second database created by Zoom... and I don't want that because it's a very large database
Zoom does not create a database, at least not a mySQL database. It does create a set of index files that are in some respects like a database. I assume it is these index files that you are refering to.
The index files created by Zoom will be smaller that the mySQL database becuase the data in the index is compressed.
If you want to reduce the size of the index files further then turn off the display of the "context description" in Zoom.
All good search engines create index files to allow for the fast searching of key words. If you want a search solution that doesn't use index files and avoids any duplication of data in the mySQL database, then the best solution is to code up your own search solution using mySQL & PHP. But if you do that, it will only work for your particualar database on not for any normal HTML pages that you have.
Comment