Re: Apache Cassandra Wiki access

2017-12-07 Thread Jon Haddad
The wiki is effectively dead. Please contribute to the in tree docs section: https://github.com/apache/cassandra/tree/trunk/doc I recently merged in an improvement that uses Docker to generate the docs. The short version: cd ./doc # build

Apache Cassandra Wiki access

2017-12-07 Thread Russell Bateman
It appears that deeper access to the wiki is available for the asking? https://wiki.apache.org/cassandra/FrontPage states that, "most of the information on this Wiki is being deprecated." Is this already done? Please advise. If so, please grant this to me. I don't know that I have a "wiki use

Re: Some problems with Apache Cassandra

2017-12-07 Thread ilyail3 K
You probably want to ask that question in the user's mailing list rather than dev https://www.mail-archive.com/user@cassandra.apache.org/ On Dec 7, 2017 10:12 AM, "v.elis...@rubic.pro" wrote: > Hello, my name is Vladimir and I have questions on Cassandra DMBS. > > > *1 PROBLEM. How to increase

Some problems with Apache Cassandra

2017-12-07 Thread v.elis...@rubic.pro
Hello, my name is Vladimir and I have questions on Cassandra DMBS. *1 PROBLEM. How to increase the speed?* I installed this system from the repository: "deb http://www.apache.org/dist/cassandra/debian 311x main" With standard settings, the system runs slowly. _Comparison with "MySQL"._ select co

Secondary index creation simultaneously

2017-12-07 Thread Jose Rio Perandones
Hi all, We are working with cassandra 3.0.14 using secondary indexes and we realized that it's not possible to create several index simultaneously, in fact you can send several "CREATE CUSTOM INDEX..." statements but cassandra doesn't start to build one index until the previous one has been com