P1.3 Marketing reconciliation — README + docs#134
Merged
Conversation
Replace README Feature Matrix with an Editions & pricing quota-as-meter table (Community Free / Pro EUR129/mo / Enterprise from EUR12,000/year); state all client drivers (JDBC/ADBC/REPL) free in every tier; present query-time cross-index JOIN and persisted Materialized Views as two distinct ES-impossible superpowers; numbers match the enforced Quota after Phase 0 (MV 1/50/inf, JOIN 2/5/inf, clusters 1/5/inf, results 10k/1M/inf). Fix the stale MV quota line in documentation/sql/materialized_views.md (max 3 views -> Community: 1 view / Pro: 50 / Enterprise: unlimited) as the dual-docs mirror of the web MV page. Resolve drift (c) in documentation/sql/dql_statements.md: drop the max_concurrent_queries row from the SHOW LICENSE column table and the example output (P0.1 removed it from SHOW LICENSE), and correct the stale Community example values (max_materialized_views 3 -> 1, max_joins 1 -> 2). Mirrors the same removal in the web dql.mdx. Closed Issue #133 Refs #132 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reconcile elasticsql public marketing + reference docs to the post-Phase-0 enforced open-core model (one source of truth: code = marketing = docs).
Changes (markdown-only — no Scala, no build)
### Feature Matrixblock with an Editions & pricing quota-as-meter table:max_concurrent_queriesrow from the SHOW LICENSE column table + example output (P0.1 removed it from SHOW LICENSE), and corrected stale Community example values (max_materialized_views 3→1, max_joins 1→2). Mirrors the same removal in webdql.mdx.Verification (grep gates, all pass)
maxConcurrentQueries/max_concurrent_queries/ AdvancedAggregations / UnlimitedResults; no "source-available".Quotaafter Phase 0 (P0.1).Closes #133
Closes #132 (epic capstone in this repo)
Sibling PRs: P1.1 #94 (license-server reprice), P1.2 (portal), web P1.3 (SOFTNETWORK-APP/softclient4es-web).