Skip to content

seach performance: indexing #180

Description

@Waog

build better caches or indexes while or before searching to improve performance. search times still take too long for multiple search terms.

ideas:
build indexes of certain mappings/aspects. e.g.

  • tag to tag-specific project score
  • search term to tag

some indexes must be built on the fly, i.e. they can also be called caches, e.g. search term to tag.

other Indizes might be pre-built e.g. at compile time or via Prefetching / Background Loading

  • consider: prefetching / background loading might still be too slow when first entering the website. we need to try this out and decide if compile-time indexing is worth the architectural overhead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    effort:highhard/slow to finish/accomplishvalue:highvery useful change

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions