In large datasets, proper indexing with Views help speed up the database call time.
These views are kinda like tables, except they only reference data instead of store it, and they are used to reference common sql queries.
Create at least one data view, and the SQL to create that view.