--- id: log-ingestion title: Log Ingestion description: When designing your deployment, consider how logs will be ingested across collectors in your account. slug: /help/docs/manage/ingestion-volume/log-ingestion/ canonical: https://www.sumologic.com/help/docs/manage/ingestion-volume/log-ingestion/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; import Iframe from 'react-iframe'; The rate of data creation is rarely constant. Whether your organization sees seasonal spikes, or if a new feature or product line produces huge increases in activity, Sumo Logic meets the needs of your organization, known or unknown, while maintaining the search performance you rely on. When designing your deployment, it’s important to consider how logs will be ingested across collectors in your account. :::tip [Ingest budgets](/docs/manage/ingestion-volume/ingest-budgets) can limit your ingestion volume. ::: ## Account caps for storage and ingestion Sumo Logic imposes account caps on uploads to better protect your account from exceeding data limits. * Storage usage is calculated by taking the average of your total storage usage in the current billing cycle. For example, if your storage limit is 500TB, you will be charged for extra on-demand storage only if the average of your total storage for the month exceeds 500TB at the end of your billing cycle, or if there is an excessive spike in usage (see the next bullet item). * Storage usage can exceed between 4 times to 10 times the daily maximum (depending on account size). Even if the cap is exceeded, log data is kept safely at the collector level until quota is made available, at which time the data is ingested.  Log data may not be kept when sent via HTTP sources or Cloud Syslog sources, as they may not have the caching and retry mechanisms that are built into Sumo Logic collectors. * Ingestion rate is calculated by taking the average of your daily ingestion rate in the current billing cycle. For example, if your contracted daily ingestion rate is 100GB, you will be charged for on-demand usage only if average daily ingestion is more than 100GB at the end of your billing cycle. * Sumo Logic free accounts can expect slightly different behavior. If a Sumo Logic Free account regularly exceeds the cap, the account is temporarily disabled until quota becomes available (or until the account is upgraded). * Sumo Logic accounts can be upgraded at any time to allow for additional quota. Contact [Sumo Logic Sales](https://support.sumologic.com/support/s/) to customize your account to meet your organization's needs. :::important [Compressed files](/docs/send-data/hosted-collectors/http-source/logs-metrics/#compressed-data) are decompressed before they are ingested, so they are ingested at the decompressed file size rate. ::: ## Log Throttling Part of managing spikes in activity is properly slowing the rate of ingestion while the demand is at its peak, known as throttling. (This section pertains to logs. For metrics, see [Metric Throttling](../../metrics/manage-metric-volume/metric-throttling.md)). :::note All accounts are subject to throttling, regardless of plan type (Cloud Flex or Cloud Flex Credits) or [data tier](/docs/manage/partitions/data-tiers). ::: :::training Micro Lesson Watch this micro lesson to learn more about throttling.