Do tables in ServiceNow are partitioned?

binary
Kilo Explorer

Hi All,

I could see sys_audit as well as other variation of the same table as sys_audit0000, sys_audit0001 and so on in servicenow instance.

I wanted to know, Does servicenow supports the partition of tables? If it does then on what criteria do they partition it ? Both partitioned and non partitioned tables contains the same data set or different? Which one should we make use of?


Please provide your answers if you have any idea about the same, would be very helpful.


Thanks,

Heena

1 ACCEPTED SOLUTION

Subhajit1
Giga Guru
2 REPLIES 2

Subhajit1
Giga Guru

Table Rotation - ServiceNow Wiki


Have a look at this Wiki Link


Thanks Subhajit Das, that was very helpful.