in reply to Re: Re: Re: Re: Re: Re: It's bad manners to slurp
in thread It's bad manners to slurp

It's some kind of low-level SELECT. You can't do complex queries or joins with HANDLER. You can just walk the table from the beginning to the end, optionally by using simple restrictions like > or =. The result of a "HANDLER READ" statement is a complete row, there's no way to select single rows. The advantage is speed and less memory consumption.
  • Comment on Re: Re: Re: Re: Re: Re: Re: It's bad manners to slurp