Domain paths query method
You can create effective queries with domain paths.
Use domain paths instead of domain spooling (sys_domain) or domain numbering. Queries that use domain paths are much faster than spooling or numbering.
Domain paths is the default query method for instances that have enabled domain separation.
If you want to verify the query method on your instance, look for the following system properties in the admin dashboard:
- If domain path is enabled: In the System Properties table, you see
glide.sys.domain.provider=domain_pathsandglide.sys.domain.paths.installed=true. - If domain path is not enabled: In the System Properties table, you see
glide.sys.domain.provider != domain_paths,glide.sys.domain.paths.installed=false
Parent Topic:Domain separation recommended practices for service providers
Related topics
Segregating and securing data with domain separation
Alternatives to domain separation
Evaluating the need for domain separation
How a database query works with domain separation
Domain separation levels of support
Service provider reference architecture
Domain-separate a custom table
Customizing domain properties and themes
Managing domain separation for specific uses
Configuring domain separation with the domain picker
Domain separation performance considerations
Checking domain logs for errors and warnings
Importance of the Default domain
Contains queries and domain access
Slow queries and SQL debugging
Avoiding domain path in scripts
Domain separation and the Customer Service Management (CSM) plugin