What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Good morning, we have more than 30 stores in our Spryker instance. What is your suggestion for the

UKK0LRJ6A
UKK0LRJ6A Posts: 14 🧑🏻‍🚀 - Cadet

Good morning,

we have more than 30 stores in our Spryker instance. What is your suggestion for the structure of the redis dbs? At the moment we are using db1 in a single redis instance for storing the sessions of all stores - but we think about to use a single redis db for every store (+ than we have to split it to 3-4 redis nodes with 10 dbs each node).

Goal: Getting the best performance for the session storage 🚀

Comments

  • UKHD8KTMF
    UKHD8KTMF Posts: 393 🧑🏻‍🚀 - Cadet

    I guess the main question is how many session are there per store? Another thing to consider is size of sessions - at spryker we use it to store cart information for example and can get quite big, if there are a lot of items. Then latency can be the problem. I would recommend to do some profiling.