Skip to content

Commit

Permalink
Merge pull request #980 from cockroachdb/turn-on-optimizely
Browse files Browse the repository at this point in the history
Turn on optimizely on comparison matrix, faq, and docs home
  • Loading branch information
jseldess committed Jan 9, 2017
2 parents 90e130f + a20e28f commit d78c25a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cockroachdb-in-comparison.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: CockroachDB in Comparison
summary: Learn how CockroachDB compares to other popular databases.
toc: false
optimizely: true
---

<script>
Expand Down
1 change: 1 addition & 0 deletions frequently-asked-questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Frequently Asked Questions
summary: Get answers to frequently asked questions about CockroachDB.
toc: false
optimizely: true
---

<div id="toc"></div>
Expand Down
1 change: 1 addition & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ summary: Read the documentation for CockroachDB, a distributed SQL database buil
type: first_page
homepage: true
toc: false
optimizely: true
---

CockroachDB is a distributed SQL database built on a transactional and strongly-consistent key-value store. It scales horizontally; survives disk, machine, rack, and even datacenter failures with minimal latency disruption and no manual intervention; supports strongly-consistent ACID transactions; and provides a familiar SQL API for structuring, manipulating, and querying data.
Expand Down

0 comments on commit d78c25a

Please sign in to comment.