Text search is traditionally thought of as finding the needle in a haystack within large text documents in your database.
Instead, what if you could search any number of fields in any record joined across different tables, rank the results and present them to the user from most likely to least likely — simply by treating your main data columns as a single document. Effectively, this implements a powerful Google like search tool within your application with only a little effort.
Text search
The session will cover
Doug suggests attendees bring a copy of their application and test database. If time permits, participants could attempt a hands on implementation of a sample text search during the session.
There are a number of techniques that can squeeze performance out of an application. Some are design, some are creative use of technology and some require knowing how Studio works internally.
This session is a compendium of ‘greatest-hits’ topics about effective use of postgres. At Euromnis 2023, the material covered two full jam-packed sessions. This year, Doug will distill the main ideas into one session highlighting those that are most useful and/or most pertinent per the attendee’s request.
Topics related to table classes and methods overridden for performance:
Topics focusing on caching, listen-notify, time zone support, etc.