I am addressing solution to a big data problem using AWS Redshift. This application now needs to be personalized which shall need storing user preferences in a data store. The users in the system are less than 100 and hence shall not require a big data store.
How shall I go about this, use a polyglot store may be a RDS Postgres to store user preference OR shall I use Redshift only to model user preferences.