amazon web services - Disk Space and Cluster in redshift -


is there option specify disk space , cluster usage each user while creating user in redshift ?

disk space

there no capability in amazon redshift limit users specific amounts of disk storage.

redshift uses postgresql-like commands grant/revoke permissions database users. while tables associated owner, not possible limit amount of disk storage used tables associated user. in fact, not possible restrict storage space parameter

cluster usage

there 2 levels of control:

  • redshift api calls launch , terminate clusters (plus other associated commands)
  • database-level commands control whether users can create tables, query data, access views, etc

these controls limit whether user permitted perform particular operation, not limit 'amount' of usage (eg disk space, concurrent queries).

see: redshift security documentation


Comments

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -