IT CanvassTalk to an advisor
Troubleshooting · LessonBy , SailPoint Trainer, 7 yrs · Published · IdentityIQ 8.4 · all levels

Performance issues

The platform is slow: tasks, UI or provisioning are sluggish.

Quick answer

Performance issues trace to database bottlenecks, oversized tasks, JVM limits or missing partitioning. Measure before changing anything.

Key takeaways
  • Symptom: The platform is slow: tasks, UI or provisioning are sluggish.
  • Most likely causes
  • Step-by-step fixes
  • How to prevent recurrence

The platform is slow, aggregation and refresh take too long, the UI lags, or provisioning is sluggish. Performance problems are almost always traceable to the database, unpartitioned heavy tasks, or JVM sizing, but you must measure to know which.

Start here: read the evidence

Baseline where time is actually spent before changing anything, task durations, database query times, GC behaviour. Blind tuning usually makes things worse; measurement points you at the real bottleneck.

Likely causes, in order

  • Database bottleneck, missing indexes, poor query plans, or an under-sized instance (the usual first cause).
  • Unpartitioned heavy tasks running single-threaded for hours.
  • Undersized JVM heap causing constant garbage collection.
  • Full instead of delta aggregation on large sources.
  • Custom rules querying the database per identity.

How to fix it

  • Baseline task times, DB query times and GC before tuning.
  • Add or verify database indexes, including for searched extended attributes.
  • Partition heavy aggregations and refreshes.
  • Enable delta aggregation where supported.
  • Right-size the JVM heap and connection pool; move heavy custom queries out of per-identity loops.

Preventing recurrence

Separate UI nodes from task nodes, keep the database properly sized and indexed, load-test before adding population or applications, and review custom rules for per-identity database calls.

Common pitfalls

  • Guessing instead of reading the task/transaction result, which usually names the cause.
  • Fixing the symptom, not the root cause, so it returns.
  • Changing several things at once, so you cannot tell what worked.

Practice challenge

+0 XPStreak ×0
Question 1 of 3
What usually causes slowness?

Frequently asked questions

What does the term Performance issues refer to in SailPoint?
The platform is slow, aggregation and refresh take too long, the UI lags, or provisioning is sluggish. Performance problems are almost always traceable to the database, unpartitioned heavy tasks, or JVM sizing, but you must measure to know which.
What is the practical takeaway on Performance issues?
Separate UI nodes from task nodes, keep the database properly sized and indexed, load-test before adding population or applications, and review custom rules for per-identity database calls.
What is worth remembering about Performance issues in practice?
Database bottleneck, missing indexes, poor query plans, or an under-sized instance (the usual first cause). Unpartitioned heavy tasks running single-threaded for hours. Undersized JVM heap causing constant garbage collection.
What tends to go wrong with Performance issues?
Guessing instead of reading the task/transaction result, which usually names the cause. Fixing the symptom, not the root cause, so it returns. Changing several things at once, so you cannot tell what worked.
Want this with a live instructor and a lab tenant?
SailPoint Architect training →
Already working on SailPoint and stuck on a live ticket?Get an expert SailPoint developer on screen-share to finish your daily tasks with you. Deliver on time, protect your reputation and your job. Monthly support only, no task-wise plans.Task assigned · no idea where to startStill stuck · your job on the lineExpert joins your screenDelivered on timeExplore On Job Support