Implement Domain Quota
- Levantar formas de definir a quota
- implementar endpoint
- definir quota padrão
- interface de quota no admin do idufsc
added Doing label
changed the description
marked the checklist item Levantar formas de definir a quota as completed
SELECT SUM(mean_partition_size * partitions_count) AS estimated_size
FROM system.size_estimates
WHERE keyspace_name = 'smartdata_v1'
AND table_name = 'minha_tabela';