Hi @BKDRockz , I undertand that in this way you don't consume license but using dbxquery in searches isn't the best approach to extract data from a database because the db-connect is a very slow extracting tool. The best approach is to extract data separately using both the queries saving results in an index and then using the indexed data for a search. In addition don't use join because it's a very slow command: you can dind in Community many examples of correlation searches. I hint to redesign your ingestion and search process. Ciao. Giuseppe
... View more