You guys really bust me up.

Jack,
SQL =
Structured
Query
Language.
The SQL wiki. All the contents of this message board are stored in a Database.
In this case, we are using
MySQL. To answer Sebago's "query", this is the only DB the software supports.
Where the older version stored the content in a "flat file" (bunch of text files)database, this version uses a (Relational Database Management System (RDBMS).
This is separate software that runs on the server. The forum scripts execute queries against the database and use the returned results to fill in the topics, postings and such to the calling script for display to the user.
This all works very well, but can be a source of a bottleneck if the queries take too long to execute.
Sebago, I appreciate the offer of help.
Without "hacking" the code of the scripts, there is little I can do to make things much better. I do know that the writers of the software recognize that many of the queries are not optimal. Thus the total re-write of all search functions. I've not delved into the code much at all and truth to tell, am not well qualified to critique the work.

Version 7.3 is just out in private beta. I have it and will be installing a test instance soon to see how it works. I will wait until at least 7.3b2 before turning it loose here.

I will happily call on you for help/advise if I run into difficulties.