We are struggling quite a lot with following:
Vast majority of our data sets created ,are sourced from Oracle DB.
And we want (again in majority cases) data from tables to be queried directly (not from XSA Cache).
But default value for property "Data Access" on tables in data sets is set to "Automatic Caching" - thus data are retrieved from "replica" (XSA Cache), which can be:
- stale (you have to take care of refresh)
- we don't have XSA Cache under control as opposed to original tables optimized for querying (could be different for OAC, but we are OAS customers).
And it it very tedious to:
- to change (when creating data sets) Data Access property for all tables to "Live"
- to "educate" our data set authors, to change Data Access property to "Live" (if they want to see "fresh" data in visualization).
So it would be very helpful, if there would be a possibility to set/change (at system level) default value for Data Access in System Setting (in Console) - in our case we would set this default to "Live".