- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2022 11:23 PM
Hello Experts ,
For Same data , if we call DB/API multiple times, its will be impact the DB level performance. Instead of calling each and every time for all callers , shall we call API very first day of the call and store the infomrations into session data variable ,
can we use these session varaibel data for rest of the day for all the callers ? Is session data can support / has capabilty to have to mainataine long period ?
Thanks!
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2022 02:18 PM
Your question is a little confusing, but if I am following you correctly, yes you can set a user variable once a day with the results of your query, and use that for all calls (i.e. have any subsequent calls that day reference that variable's values). Then, the next day, you update that user variable again, and the process repeats itself.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2022 02:18 PM
Your question is a little confusing, but if I am following you correctly, yes you can set a user variable once a day with the results of your query, and use that for all calls (i.e. have any subsequent calls that day reference that variable's values). Then, the next day, you update that user variable again, and the process repeats itself.
