Stream performance optimization

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • yuri
    Member
    • Mar 2014
    • 8624

    #16
    No need. I think we'd rather remove any forced indexing here, as datasets can be different. One CRM can have a lot of private posts, less subscription, other -- the opposite.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    • dimyy
      Active Community Member
      • Jun 2018
      • 569

      #17
      Maybe add the ability at the ORM level (query builder) to force indexes for flexible adjustment of a specific instance?

      Comment

      • yuri
        Member
        • Mar 2014
        • 8624

        #18
        At ORM level not possible. On the service level yes, but need to come up with design how to make it user-friendly. There are lot of queries, would be hard to figure out.

        I tested a query with ACL filters and UNIQUE was making performance worse, while making it 3-fold better w/o ACL joins.
        If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

        Comment

        Working...