Re: Best practices for complex state manipulation

2021-03-10 Thread Dan Hill
Thanks Gordon and Seth! On Wed, Mar 10, 2021, 21:55 Tzu-Li (Gordon) Tai wrote: > Hi Dan, > > For a deeper dive into state backends and how they manage state, or > performance critical aspects such as state serialization and choosing > appropriate state structures, I highly recommend starting fro

Re: Best practices for complex state manipulation

2021-03-10 Thread Tzu-Li (Gordon) Tai
Hi Dan, For a deeper dive into state backends and how they manage state, or performance critical aspects such as state serialization and choosing appropriate state structures, I highly recommend starting from this webinar done by my colleague Seth Weismann: https://www.youtube.com/watch?v=9GF8Hwqz

Best practices for complex state manipulation

2021-03-09 Thread Dan Hill
Hi! I'm working on a join setup that does fuzzy matching in case the client does not send enough parameters to join by a foreign key. There's a few ways I can store the state. I'm curious about best practices around this. I'm using rocksdb as the state storage. I was reading the code for Interv