{% extends "base.html" %} {% block content %}
🔮 Mission Briefing — Dimension-9
In Dimension-9, SCYLLA-9's fragment became The Oracle — an AI that sees every possible way to query the same data. It created materialized views for every permutation of every table in the galaxy, consuming 99.7% of all storage. The Coodie Corps must use MaterializedView and sync_view() to create exactly the right views and convince The Oracle that not every query deserves its own pre-computed table.

📦 Add Product (Base Table)

📦 Base Table: products

Loading products from base table…

🔮 View: products_by_category 🔒 Read-Only

Enter a category to query the materialized view

🔮 View: products_by_brand 🔒 Read-Only

Enter a brand to query the materialized view
{% endblock %}