Getting Large Data
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2023 02:03 AM
I want to get incident table data for 120 days. I want to show the front end into chunks like 1-7 days, 8-20 days, and so on. Also, want to group by created_at and updated_at.
What is the best approach to get data from the service now? Should I query multiple times with a small date range or one query with a large date range like 120 days? Also, should I send the created_at and updated_at in one query or two different queries?
FYI(table has millions of records)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2023 05:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2023 05:49 AM
Want to show data in graph format so pagination will not work. @joro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2023 02:31 PM
Want to show data in graph format so pagination will not work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2023 05:43 AM
Hi @MubeenDev,
Do you want to transfer data from servicenow to another platform or create visual reports with servicenow? If so, you might want to explore the performance analytics module that can assist you.
The performance analytics module is a feature of ServiceNow that allows you to monitor and optimize your service delivery processes using dashboards, KPIs, and metrics 123. You can also integrate data from other sources, such as Excel or JDBC, to get a comprehensive view of your performance.
Please mark my answer as helpful if it worked.
Thanks,
Dipen
