You're receiving this because you bought or downloaded something from Thunderstone, or you contacted us about our products. To be removed from the mail list or change your subscription info, see bottom.
The next Thunderstone Developers' Conference is April 24-26 in Cleveland, Ohio, USA. Topics include introductory, intermediate, and advanced material, such as Texis design, indexing, optimizing, and Texis Web Script (Vortex) application development. There also will be a seminar devoted to topics requested by attendees. Space is limited, so sign up early to be sure of gaining a spot -- and to get the early-registration discount, too! Conference details
You know about the biggest web bookseller. But did you know that its sales represent less than 8 percent of the U.S. bookselling industry? That there are hundreds of other bookstores now competing online? And that many of them are powered by Thunderstone's Texis software? A substantial group of these other bookstores are served by Texis customer Booksite.com, a company that provides a complete online solution for independent book dealers. Read more
Thunderstone has started work on a Texis enhancement code-named Distributed Data Manager. This will provide "off the shelf" support for splitting Texis databases between machines. Experiments suggest that, for some large applications, this will double performance on the same hardware. We're interested in hearing from Texis customers having larger applications that might benefit from such a facility. We'd like to review your architecture to make sure your needs are taken into account in our design.
<SQL ROW>
For full-text queries in combination with other attributes used for either filtering or sorting, the Metamorph compound index can greatly improve performance. For example Webinator uses the following index to do the search, while also allowing for the sort by Visited:
CREATE METAMORPH INVERTED INDEX xhtmlbodv ON html(Title\Description\Keywords\Meta\Body, Visited);
For a deeper look at how and when to use a Metamorph compound index see our whitepaper.