**CACHE n** -- DB2 pre-allocates n values in memory for performance. This is critical for high-insert environments. Without caching, every sequence value requires a catalog update. With CACHE 50, DB2 only updates the catalog every 50th value. - **NO CYCLE** -- The sequence does not wrap around when