Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Sugu Sougoumarane ccf0fcec25 sqlparser: Limit nesting of parenthesized exprs
This addresses https://github.com/youtube/vitess/issues/767
as well as other situations where there's possibility of
indefinite nesting of SQL constructs. There may be other
non-aprentheszed constructs that allow nesting, but this fix
doesn't address them for now.
I've also made a few lint fixes. sql.go is still in violation,
but that requires bigger work.
2015-07-02 06:31:34 -07:00
Godeps
config
data
doc
docker
examples
go
java
misc
php
proto
py
test
third_party
travis
vitess.io
.dockerignore
.gitignore
.travis.yml
CONTRIBUTING.md
Dockerfile
LICENSE
Makefile
README.md
bootstrap.sh
dev.env
index.md
preview-site.sh
publish-site.sh
replace_doc_link.py
test.go

README.md

Vitess

Build Status Coverage Status

Vitess is a storage platform for scaling MySQL. It is optimized to run as effectively in cloud architectures as it does on dedicated hardware. It combines many important features of MySQL with the scalability of a NoSQL database.

It's been actively developed since 2011, and is currently used as a fundamental component of YouTube's MySQL infrastructure, serving thousands of QPS per server. If you want to find out whether Vitess is a good fit for your project, please visit vitess.io.

There are a couple of videos from sougou that you can watch: a short intro prepared for Google I/O 2014 and a more detailed presentation from @Scale '14.

Documentation

Intro

Using Vitess

Reference

Contact

Ask questions in the vitess@googlegroups.com discussion forum.

Subscribe to vitess-announce@googlegroups.com for low-frequency updates like new features and releases.

License

Unless otherwise noted, the vitess source files are distributed under the BSD-style license found in the LICENSE file.