Skip to content
Snippets Groups Projects
  1. Sep 03, 2018
  2. Aug 31, 2018
  3. Aug 30, 2018
  4. Aug 29, 2018
  5. Aug 28, 2018
  6. Aug 24, 2018
  7. Aug 23, 2018
  8. Aug 22, 2018
  9. Aug 21, 2018
    • Matthew Hodgson's avatar
      Split the state_group_cache in two (#3726) · bb81e78e
      Matthew Hodgson authored
      Splits the state_group_cache in two.
      
      One half contains normal state events; the other contains member events.
      
      The idea is that the lazyloading common case of: "I want a subset of member events plus all of the other state" can be accomplished efficiently by splitting the cache into two, and asking for "all events" from the non-members cache, and "just these keys" from the members cache.  This means we can avoid having to make DictionaryCache aware of these sort of complicated queries, whilst letting LL requests benefit from the caching.
      
      Previously we were unable to sensibly use the caching and had to pull all state from the DB irrespective of the filtering, which made things slow.  Hopefully fixes https://github.com/matrix-org/synapse/issues/3720.
      Unverified
      bb81e78e
    • Richard van der Hoff's avatar
      changelog · afb4b490
      Richard van der Hoff authored
      afb4b490
    • Erik Johnston's avatar
      Newsfile · 79d3b468
      Erik Johnston authored
      79d3b468
  10. Aug 20, 2018
  11. Aug 17, 2018
  12. Aug 16, 2018
Loading