Scaling to 100M: MySQL Is a Better NoSQL
blog.wix.engineering
Scaling to 100M: MySQL Is a Better NoSQL
1–10 of 183 posts
Re: Scaling to 100M: MySQL Is a Better NoSQL
#2Re: Scaling to 100M: MySQL Is a Better NoSQL
#3HStore is a key value store built directly in the RDBMS of Postgres.
Re: Scaling to 100M: MySQL Is a Better NoSQL
#4Re: Scaling to 100M: MySQL Is a Better NoSQL
#5Any info how "active-active-active" (I assume 3 aws regions) is accomplished?
Re: Scaling to 100M: MySQL Is a Better NoSQL
#6So Wix uses MySQL to resolve site routes internally? Is this the best way to do it? Would it be possible to use internal domain names and rely on DNS to resolve everything?
Re: Scaling to 100M: MySQL Is a Better NoSQL
#7And PostgreSQL is a better MySQL so... all is settled?
Re: Scaling to 100M: MySQL Is a Better NoSQL
#8Re: Scaling to 100M: MySQL Is a Better NoSQL
#9Since Wix is using MySQL as a key-store ... I wonder why they didn't look at using Postgres HStore [1]. HStore is a key value store built directly in the RDBMS of Postgres. [1] http://www.postgresql.org/docs/9.6/static/hstore.html
HStore was released, we've migrated to PG and we can't be happier. Zero issues so far.
Re: Scaling to 100M: MySQL Is a Better NoSQL
#10[1] https://dev.mysql.com/doc/refman/5.6/en/innodb-memcached.htm...