BookmarkSubscribeRSS Feed
david999
Calcite | Level 5

I would like to know how the calculated items work in SAS. are the aggregations taking place in the SAS compute server or does it send the request to database like SQL passthrough?

 

 

1 REPLY 1
infomevijay
Obsidian | Level 7

It depends on the SAS function  you have used in the calculated item expression and the database where the data resides. If the function used can be passed to the database by SAS then the computation/aggregation will happen on the database side. 
If the function used can not be passed to database by SAS then SAS will download all the data from the table required for the function and calculation will happen on the SAS compute server which is tedious and overhead to the compute server.

Always make sure that the function you are using in SAS can be passed to your database. You can refer to SAS documentation to find out which SAS functions can be passed to your database.

Review SAS CI360 now.png

 

Want to review SAS CI360? G2 is offering a gift card or charitable donation for each accepted review. Use this link to opt out of receiving anything of value for your review.

 

 

 

 

SAS Customer Intelligence 360

Get started with CI 360

Review CI 360 Release Notes

Open a Technical Support case

Suggest software enhancements

Listen to the Reimagine Marketing podcast

Assess your marketing efforts with a free tool

 

Training Resources

SAS Customer Intelligence Learning Subscription (login required)

Access free tutorials

Refer to documentation

Latest hot fixes

Compatibility notice re: SAS 9.4M8 (TS1M8) or later

 

 

How to improve email deliverability

SAS' Peter Ansbacher shows you how to use the dashboard in SAS Customer Intelligence 360 for better results.

Find more tutorials on the SAS Users YouTube channel.

Review SAS CI360 now.png

 

Want to review SAS CI360? G2 is offering a gift card or charitable donation for each accepted review. Use this link to opt out of receiving anything of value for your review.

 

 

 

 

SAS Customer Intelligence 360

Get started with CI 360

Review CI 360 Release Notes

Open a Technical Support case

Suggest software enhancements

Listen to the Reimagine Marketing podcast

Assess your marketing efforts with a free tool

 

Training Resources

SAS Customer Intelligence Learning Subscription (login required)

Access free tutorials

Refer to documentation

Latest hot fixes

Compatibility notice re: SAS 9.4M8 (TS1M8) or later

 

 

Discussion stats
  • 1 reply
  • 801 views
  • 1 like
  • 2 in conversation