In memory DB basically means storing data in memory to avoid using databases

Screenshot 2026-05-01 at 4.38.59 AM.png

Pros

  1. Faster access
  2. Easy to implement

Cons

  1. Data is lost of server crashes
  2. Cant horizontally scale