SQL Editor FAQs
This section contains answers to some common SQL Editor, data asset, and data collaboration questions.
- Q: How long does it take to ingest my dataset?
- Q: Can second- and third-party data be ingested?
- Q: Can partner data be combined?
- Q: What queries are allowed?
- Q: Why is my query taking a long time to run?
- Q: Does SQL Editor support the TABLESAMPLE statement?
- Q: How do I get technical support?
Q: | How long does it take to ingest my dataset? |
A: | The initial ingestion of a new dataset, including configuration and identity resolution, typically takes five business days to become available as a new table in SQL Editor. Subsequent updates to a data feed can occur at a daily cadence. |
Q: | Can second- and third-party data be ingested? |
A: | Second- and third-party data can be ingested using the same process as first-party data or licensed from LiveRamp's Data Marketplace team and delivered to the All Assets section of SQL Editor. Work with your LiveRamp representative to access the needed second- and third-party data. Accessible data assets include first-party, licensed third-party data, and any partner assets to which you have been granted access. |
Q: | Can partner data be combined? |
A: | Partner data is never joined into a single table. However, a single view can include "virtually joined" data from multiple partners by applying appropriate data permissions. That way, query results include the data from two or more partners in one view as long each data owner's rules are met. For more information, see "Create a Data Permission". |
Q: | What queries are allowed? |
A: | You can write any valid query you want and SQL Editor will verify access and usage restrictions defined by the owner of the data assets. If a query does not meet data permissions, query thresholds, and other restrictions, an alert will indicate why the query cannot return results. If restrictions are partially met and are defined in a way that permits partial query execution, the permitted results are returned. Querying against a table that includes a large number of unmatched RampIDs can be problematic if it results in an exponential join. Use the rampid_matched function for these use cases. All first-party data can be queried at row-level granularity, while partner data can be queried and joined at row-level granularity. Results will be displayed in either row-level granularity or aggregated format, depending on the permissions set by the data owner. |
Q: | Why is my query taking a long time to run? |
A: | If your query contains a |
Q: | Does SQL Editor support the |
A: | You can sample table rows by specifying a percentage. However, LiveRamp recommends that you instead use the rand SQL function. |
Q: | How do I get technical support? |
A: | Create a "LiveRamp Community portal or contact your LiveRamp representative. " case in the |