- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2020 11:27 AM
What is the difference between cmdb and cmdb_ci.
The definitions in docs dint help me to understand. Looking forward with examples.
Cheers
NK
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2020 11:40 AM
In addition to Ashutosh,
There used to be only one BASE table cmdb_ci, there was no cmdb table prior to Jakarta.
During the Jakarta upgrade, the cmdb_ci table went through a migration process called Table Per Partition, and cmdb table was introduced as the base table of cmdb_ci.
This was introduced to improve Overall performance of cmdb tables.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2020 11:34 AM
Hi,
cmdb is a table which is parent table of cmdb_ci. We call cmdb as a base table which is most likely used for baseline properties.
cmdb_ci is a table which we use to extend any new custom table if you want but not cmdb table. If you want to add attributes to whole cmdb then you add it on this table not on cmdb table.
Thanks,
Ashutosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2020 11:40 AM
In addition to Ashutosh,
There used to be only one BASE table cmdb_ci, there was no cmdb table prior to Jakarta.
During the Jakarta upgrade, the cmdb_ci table went through a migration process called Table Per Partition, and cmdb table was introduced as the base table of cmdb_ci.
This was introduced to improve Overall performance of cmdb tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2020 09:16 PM
Great, thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-03-2020 11:42 AM
You can find more resources about CMDB Here:
https://hi.service-now.com/kb_view.do?sysparm_article=KB0546686