Hi everybody:
We are trying to optimize as much as possible the space used by the database. After analyzing alf_node_properties table an their associated indexes we see that there are two indexes that use a significant amount of space and haven't been used (0 scans)
IX | IX SCANS | TUPLES READ | TUPLES FETCHED | SIZE |
fk_alf_nprop_n | 6449609592 | 57930396229 | 31550958879 | 334.26 GB |
idx_alf_nprop_s | 21216573 | 21663665 | 60714 | 1.18 TB |
idx_alf_nprop_l | 305087 | 6677509 | 658591 | 1.07 TB |
fk_alf_nprop_qn | 234366 | 2317411960 | 2317290289 | 424.1 GB |
idx_alf_nprop_d | 2495 | 32891 | 32889 | 1.07 TB |
idx_alf_nprop_b | 0 | 0 | 0 | 1.07 TB |
fk_alf_nprop_loc | 0 | 0 | 0 | 516.1 GB |
idx_alf_nprop_f | 0 | 0 | 0 | 1.07 TB |
Is it safe to remove them? I am aware that if they are present it is optimal to keep them, but in our situation, do you consider mandatory to keep them?
ACS 6.2.1
Regards
Gabriel Marin
It's up to you.
The indexes are related to boolean and float properties:
It looks like you are not using queries involving those kind of values.
Thank you Angel
When you say queries I understand you mean actions like list nodes (on database) and not search (on Solr). Is that right?
Search is not performed only in SOLR, it depends on the query syntax.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.