From: Jeff D. <da...@da...> - 2003-02-21 23:11:46
|
> Could you store the records as binary data. Yes, but then you can't use the database text-search functionality (which would be a big performance penalty.) (E.g. you can't do case-insensitive searches on binary data.) This is {only,primarily} an issue with the SQL databases, of course, since file and dbm database don't have text search ability (so PhpWiki has to iterate over each page itself to do the search.) |