You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run Bespoke-generated queries against real data directly in your browser.
1025
+
Trace every decision the agent made: workload analysis, storage design, generated C++ code, and measured speedups — query by query.
1002
1026
</p>
1003
1027
<divclass="coming-soon-wrap">
1004
1028
<divclass="coming-soon-overlay">
1005
-
<spanclass="cs-badge">Live Now</span>
1006
-
<divclass="cs-title">Explore the full BespokeOLAP engine synthesis story.</div>
1007
-
<spanclass="cs-sub">Step through workload analysis, storage design, generated C++ implementations, and measured speedups query by query in the interactive demo.</span>
1029
+
<spanclass="cs-badge">Interactive</span>
1030
+
<divclass="cs-title">Step through the full synthesis story.</div>
1031
+
<spanclass="cs-sub">See how Bespoke OLAP analyzes the workload, designs the storage layout, generates C++ implementations, and iteratively improves them. Each query shows the actual generated code alongside benchmark results.</span>
The synthesized engine is running on a live server. Execute all 22 TPC-H queries against real data, compare against DuckDB and Umbra, and adjust query parameters yourself.
1053
+
</p>
1054
+
<divclass="coming-soon-wrap">
1055
+
<divclass="coming-soon-overlay">
1056
+
<spanclass="cs-badge" style="background: linear-gradient(135deg, #f97316, #facc15 55%, #22d3ee); box-shadow: 0 18px 40px rgba(249,115,22,0.28);">Live Server</span>
1057
+
<divclass="cs-title">The actual generated C++ engine, running right now.</div>
1058
+
<spanclass="cs-sub">This is not a simulation. Connect directly to our server running the Bespoke-generated DBMS on TPC-H data. Pick any of the 22 queries, change placeholder values in the query templates, and see real execution times side by side with DuckDB and Umbra.</span>
0 commit comments