Wildcard Querying fields containing '@'

2017-04-18 Thread Steven Joseph
Hi, We are experiencing a weird issue with wildcard search. Given a field 'email_register' of type text_general, containing value 'ste...@streethawk.com', the query 'email_register: "steve*"' should match it, but it does not seem to be working as expected. the query 'steven*' will match succes

Re: Re:

2017-04-18 Thread Magnus Kessler
On 19 April 2017 at 00:41, Cesar Stuardo wrote: > and apparently, is for riak ts. Is that what you installed? That's correct. Riak-shell is currently only offered as part of Riak TS. @Wagner, Riak KV is a Key Value store with a REST API and client implementations in a number of supported clien

Re: riak-shell

2017-04-18 Thread Andrei Zavada
SQL commands are executed in `riak-shell`. It is a separate executable file, which you would run just like `riak` or `riak-admin`. On 19 Apr 2017 02:40, "Cesar Stuardo" wrote: > haha, yeah, here it is. > > http://docs.basho.com/riak/ts/1.4.0/using/riakshell/ > > Enjoy! >

Re: Re:

2017-04-18 Thread Cesar Stuardo
and apparently, is for riak ts. Is that what you installed? De: riak-users [riak-users-boun...@lists.basho.com] en nombre de Cesar Stuardo [castua...@uchicago.edu] Enviado: martes, 18 de abril de 2017 18:39 Para: Wagner Rodrigues CC: riak-users@lists.basho.

Re: Re:

2017-04-18 Thread Cesar Stuardo
haha, yeah, here it is. http://docs.basho.com/riak/ts/1.4.0/using/riakshell/ Enjoy! De: Wagner Rodrigues [wagner.b.rodrig...@gmail.com] Enviado: martes, 18 de abril de 2017 18:36 Para: Cesar Stuardo CC: riak-users@lists.basho.com Asunto: Re: Thanks for th

Re: Re:

2017-04-18 Thread Cesar Stuardo
I see, then i suppose you first need to start the shell. What about riak-attach? that works? De: Wagner Rodrigues [wagner.b.rodrig...@gmail.com] Enviado: martes, 18 de abril de 2017 18:36 Para: Cesar Stuardo CC: riak-users@lists.basho.com Asunto: Re: Thank

Re:

2017-04-18 Thread Wagner Rodrigues
Thanks for the reply But It's the Riak's documentation, mentions that. http://docs.basho.com/riak/ts/1.4.0/using/riakshell/ [image: Imagem inline 1] 2017-04-18 20:28 GMT-03:00 Cesar Stuardo : > Hey, > > I dont ting riak can be used that way. Its not like MYSQL, where you can > issue those kind

Re:

2017-04-18 Thread Cesar Stuardo
Hey, I dont ting riak can be used that way. Its not like MYSQL, where you can issue those kind of relational commands. At the best of my knowledge, at least from the command line interface you cannot do that. Kind regards, De: riak-users [riak-users-boun

[no subject]

2017-04-18 Thread Wagner Rodrigues
Hi, My name is Wagner, and I'm really new at Riak. I'm trying to do some testes, for my masters degree. But I don't know how to do it. Its very simple, basically I have to test commands like "Select", "Create", "Insert" I tried, using the root user\riak user\riak attach. As you can see in the att

Re: How Riak Handle Request?

2017-04-18 Thread Christopher Meiklejohn
On Tue, Apr 18, 2017 at 4:20 PM, Matthew Von-Maszewski wrote: > "with a scheduler per thread" > > Slight correction: with a scheduler per logical CPU core. Yes, you're right. That was a typo. Christopher ___ riak-users mailing list riak-users@lists.

Re: How Riak Handle Request?

2017-04-18 Thread Matthew Von-Maszewski
"with a scheduler per thread" Slight correction: with a scheduler per logical CPU core. If you have other applications on the same box, e.g. java code, you might want to reduce the number of schedulers. See https://github.com/basho/leveldb/wiki/riak-tuning-2

Re: Siblings on first write to a key

2017-04-18 Thread Daniel Abrahamsson
Hi Douglas, That seems to be a good candidate for an explanation. Thank you very much for the explanation and link. I'll dig into it. As promised, I looked into whether we in the second case I mentioned also had "unrecognized message" in the logs, and we indeed had. On Tue, Apr 18, 2017 at 2:

Re: How Riak Handle Request?

2017-04-18 Thread Christopher Meiklejohn
On Tue, Apr 18, 2017 at 3:16 PM, Carlo Pires wrote: > Fred, > > Are you saying that Riak doesn't start erlang runtime in SMP and a machine > with multiple processes will have only one dedicated to each Riak instance? Hi Carlo, Riak is started in SMP mode, with a scheduler per thread, but running

Re: How Riak Handle Request?

2017-04-18 Thread DeadZen
I don't see that being alluded to.. An erlang vm, which occupies an os process runs an instance of the riak application, with a configurable number of asynchronous threads for io and schedulers for processes which are internal to erlang, this can be any number of hundreds of thousands of "light pro

Re: How Riak Handle Request?

2017-04-18 Thread Carlo Pires
Fred, Are you saying that Riak doesn't start erlang runtime in SMP and a machine with multiple processes will have only one dedicated to each Riak instance? 2017-04-17 23:43 GMT-03:00 Fred Dushin : > What do you mean by 'process'? > > If you mean operating system process, then, No. A Riak insta

Re: Siblings on first write to a key

2017-04-18 Thread Douglas Rohrer
This sounds like an issue our Riak CS team ran into quite a while ago, which involved “slow nodes” and coordination retry. Take a look at https://github.com/basho/riak_kv/issues/1188 and see if it makes sense to you, but it certainly sounds like what’s happening. The basic flow of the issue com

Re: Siblings on first write to a key

2017-04-18 Thread Daniel Abrahamsson
Hi Magnus, This cluster has been running in production for a few months. Key generation is based on flake (https://github.com/boundary/flake); we have never experienced a collision in the 3+ years we have been using it heavily in production. However, I will look into that possibility as well. I j

Re: Siblings on first write to a key

2017-04-18 Thread Magnus Kessler
On 18 April 2017 at 08:20, Daniel Abrahamsson wrote: > I've run into a case where I got a sbiling error/response on the first > ever write to a key. I would like to understand how this could happen. > Normally when you get siblings, it is because you have written a value > with an out-of-date vcl

Siblings on first write to a key

2017-04-18 Thread Daniel Abrahamsson
I've run into a case where I got a sbiling error/response on the first ever write to a key. I would like to understand how this could happen. Normally when you get siblings, it is because you have written a value with an out-of-date vclock. But since this is the first write, there is no vclock. Cou