On Wed, Aug 19, 2015 at 11:05 AM, Rahul Gupta <rgu...@dekaresearch.com> wrote:
> What happens to indexes when a table is truncated? > > Indexes are removed or they stay around? > Secondary indexes are stored on disk in the same data directory as the data and are truncated when the data they index is truncated. =Rob