queries are very slow

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pritesh jha
    Junior Member
    • Jul 2024
    • 2

    queries are very slow

    we've added a custom field to an entity, and are doing GETs using that field as the condition. These queries are very slow, and I suspect it is because the custom field is not indexed. Is there any problems with adding an index manually to the database to improve the performance of the query? Will this affect my ability of upgrading the ESPO application later on if I have those custom indexes?
  • a.slyzhko
    Member
    • Oct 2023
    • 90

    #2
    After every rebuild, all indexes added by your approach will be dropped. You can add indexes using method explained here

    Comment

    • pritesh jha
      Junior Member
      • Jul 2024
      • 2

      #3
      what is the mean by rebuild? is update?

      Comment

      Working...