hi All,
We got a issue with one of our Content Server where one of the repository table COMPONENTS0001 is not showing the correct size & it does not show the no of records.
We have got a 1.2 TBs & we know that this table is only more than 900 gbs as rest of tables are perfectly fine & show correct size.
We have checked the DOCUMENTS0001 table & it shows approx 11million count so we believe same no of records will be in COMPONENTS0001. When we run the following queries we get the below result:
dbmcli on SDB>sql_execute SELECT TABLENAME, USEDSIZE, ROWCOUNT FROM
SYSINFO.TABLESIZE WHERE TABLENAME='COMPONENTS0001'
OK
END
'COMPONENTS0001';(null);(null)
dbmcli on SDB>sql_execute SELECT ROOTS.TABLENAME, FILES.ENTRYCOUNT,
FILES.LOBSIZE,FILES.TREEINDEXSIZE, FILES.TREELEAVESSIZE FROM ROOTS,
FILES WHERE ROOTS.ROOT=FILES.ROOT AND ROOTS.TABLENAME='COMPONENTS0001'
OK
END
'COMPONENTS0001';(null);93403584;(null);(null)
Can someone please help that what can be reasons for this behaviour & how this can be corrected.
Thanks in advance,
Warm Regards
Ajay Sehgal