When True, automatically CREATE OR REPLACE per-event-type analytics
views beside the events table. Each view unnests the JSON columns into
typed top-level columns (v_llm_response.usage_total_tokens instead of
JSON_VALUE(attributes, '$.usage.total_tokens')).