Re: Performance Question

2016-07-18 Thread Benjamin Kim
;>>>> Aerospike, and probably use cases where Aerospike will beat Kudu as >>>>>>> well. >>>>>>> >>>>>>> From my perspective, it would be great if you can share some details of >>>>>>> your workload, e

Re: Performance Question

2016-07-18 Thread Todd Lipcon
t;>>>> lacking. Maybe we can spot some easy code changes we could make to >>>>>> improve >>>>>> performance, or suggest a tuning variable you could change. >>>>>> >>>>>> -Todd >>>>>> >>>>

Re: Performance Question

2016-07-18 Thread Benjamin Kim
t;> On May 27, 2016, at 9:19 PM, Todd Lipcon <t...@cloudera.com >>>>>>> <mailto:t...@cloudera.com>> wrote: >>>>>>> >>>>>>> On Fri, May 27, 2016 at 8:20 PM, Benjamin Kim <bbuil...@gmail.com >>>>>>> &

Re: Performance Question

2016-07-18 Thread Todd Lipcon
gt;>>>>>> >>>>>>> First of all, thanks for the link. It looks like an interesting >>>>>>> read. I checked that Aerospike is currently at version 3.8.2.3, and in >>>>>>> the >>>>>>> article, they are

Re: Performance Question

2016-07-18 Thread Benjamin Kim
rsion 3.8.2.3, and in the >>>>>> article, they are evaluating version 3.5.4. The main thing that >>>>>> impressed me was their claim that they can beat Cassandra and HBase by >>>>>> 8x for writing and 25x for reading. Their big claim to fame is

Re: Performance Question

2016-07-11 Thread Benjamin Kim
t;>> checked that Aerospike is currently at version 3.8.2.3, and in the >>>>>> article, they are evaluating version 3.5.4. The main thing that >>>>>> impressed me was their claim that they can beat Cassandra and HBase by >>>>>> 8x for writ

Re: Performance Question

2016-07-11 Thread Todd Lipcon
wanted to see if this is real. >>>>>> >>>>> >>>>> 1M records per second on 50 nodes is pretty doable by Kudu as well, >>>>> depending on the size of your records and the insertion order. I've been >>>>> playing with a ~70 node clu

Re: Performance Question

2016-07-11 Thread Benjamin Kim
gt;>>>> depending on the size of your records and the insertion order. I've been >>>>> playing with a ~70 node cluster recently and seen 1M+ writes/second >>>>> sustained, and bursting above 4M. These are 1KB rows with 11 columns, and >>>>> with

Re: Performance Question

2016-07-11 Thread Todd Lipcon
t; with pretty old HDD-only nodes. I think newer flash-based nodes could do >>>> better. >>>> >>>> >>>>> >>>>> To answer your questions, we have a DMP with user profiles with many >>>>> attributes. We create segm

Re: Performance Question

2016-07-08 Thread Benjamin Kim
t;>> classify them. Then, we can target advertising appropriately for our sales >>>> department. Much of the data processing is for applying models on all or >>>> if not most of every profile’s attributes to find similarities (nearest >>>> neighbor/clu

Re: Performance Question

2016-07-06 Thread Dan Burkert
ment. Much of the data processing is for applying models on all or if >>>> not most of every profile’s attributes to find similarities (nearest >>>> neighbor/clustering) over a large number of rows when batch processing or a >>>> small subset of rows for

Re: Performance Question

2016-07-06 Thread Dan Burkert
016年7月2日(星期六) 02:44 > 收件人:user <user@kudu.incubator.apache.org> > 主 题:Re: Performance Question > > On Thu, Jun 30, 2016 at 5:39 PM, Benjamin Kim <bbuil...@gmail.com> wrote: > Hi Todd, > > I changed the key to be what you suggested, and I can’t tell the > differen

Re: Performance Question

2016-07-06 Thread Benjamin Kim
rge number of rows when batch processing or a >>> small subset of rows for quick online scoring. So, our use case is a >>> typical advanced analytics scenario. We have tried HBase, but it doesn’t >>> work well for these types of analytics. >>> &g

回复:Performance Question

2016-07-04 Thread 袁康(梓悠)
How can I delete data in kudu table wiht spark  (not delete the table at all)?--发件人:Todd Lipcon <t...@cloudera.com>发送时间:2016年7月2日(星期六) 02:44收件人:user <user@kudu.incubator.apache.org>主 题:Re: Performance Question On Thu,

Re: Performance Question

2016-07-01 Thread Todd Lipcon
to find similarities (nearest >>>> neighbor/clustering) over a large number of rows when batch processing or a >>>> small subset of rows for quick online scoring. So, our use case is a >>>> typical advanced analytics scenario. We have tried HBase, but it doesn’t

Re: Performance Question

2016-06-30 Thread Benjamin Kim
umber of rows when batch processing or a >>> small subset of rows for quick online scoring. So, our use case is a >>> typical advanced analytics scenario. We have tried HBase, but it doesn’t >>> work well for these types of analytics. >>> >>> I read, that Aer

Re: Performance Question

2016-06-29 Thread Todd Lipcon
u can possibly top or match those numbers put out >>>>>> by Aerospike. Do you have any performance statistics published or any >>>>>> instructions as to measure them myself as good way to test? In addition, >>>>>> this will be a test using Spark, so sho

Re: Performance Question

2016-06-29 Thread Benjamin Kim
s to measure them myself as good way to test? In addition, >>>>>> this will be a test using Spark, so should I wait for Kudu version 0.9.0 >>>>>> where support will be built in? >>>>>> >>>>>> We don't have a lot of benchmarks

Re: Performance Question

2016-06-29 Thread Todd Lipcon
system benchmarks are very >>>> difficult to do fairly and accurately, and often times users end up >>>> misguided if they pay too much attention to them :) So, given a finite >>>> number of developers working on Kudu, I think we've tended to spend more >>>>

Re: Performance Question

2016-06-29 Thread Benjamin Kim
beat Kudu as well. >>>>> >>>>> From my perspective, it would be great if you can share some details of >>>>> your workload, especially if there are some areas you're finding Kudu >>>>> lacking. Maybe we can spot some easy code changes we could

Re: Performance Question

2016-06-28 Thread Todd Lipcon
t;>>> On May 27, 2016, at 9:19 PM, Todd Lipcon <t...@cloudera.com> wrote: >>>> >>>> On Fri, May 27, 2016 at 8:20 PM, Benjamin Kim <bbuil...@gmail.com> >>>> wrote: >>>> >>>>> Hi Mike, >>>>> >>>

Re: Performance Question

2016-06-28 Thread Benjamin Kim
a.com >>>>> <mailto:t...@cloudera.com>> wrote: >>>>> >>>>> On Fri, May 27, 2016 at 8:20 PM, Benjamin Kim <bbuil...@gmail.com >>>>> <mailto:bbuil...@gmail.com>> wrote: >>>>> Hi Mike, >>>

Re: Performance Question

2016-06-15 Thread Dan Burkert
t; >>> 1M records per second on 50 nodes is pretty doable by Kudu as well, >>> depending on the size of your records and the insertion order. I've been >>> playing with a ~70 node cluster recently and seen 1M+ writes/second >>> sustained, and bursting above 4M. These are

Re: Performance Question

2016-06-15 Thread Benjamin Kim
e can >>>> write 1M records per second with only 50 nodes. I wanted to see if this is >>>> real. >>>> >>>> 1M records per second on 50 nodes is pretty doable by Kudu as well, >>>> depending on the size of your records and the insert

Re: Performance Question

2016-06-15 Thread Todd Lipcon
t;>> To answer your questions, we have a DMP with user profiles with many >>> attributes. We create segmentation information off of these attributes to >>> classify them. Then, we can target advertising appropriately for our sales >>> department. Much of the data proc

Re: Performance Question

2016-06-15 Thread Benjamin Kim
> with pretty old HDD-only nodes. I think newer flash-based nodes could do >>> better. >>> >>> >>> To answer your questions, we have a DMP with user profiles with many >>> attributes. We create segmentation information off of these attributes to

Re: Performance Question

2016-06-15 Thread Todd Lipcon
; >>> I read, that Aerospike in the release notes, they did do many >>> improvements for batch and scan operations. >>> >>> I wonder what your thoughts are for using Kudu for this. >>> >> >> Sounds like a good Kudu use case to me. I've heard great

Re: Performance Question

2016-06-15 Thread Benjamin Kim
;> >> I read, that Aerospike in the release notes, they did do many improvements >> for batch and scan operations. >> >> I wonder what your thoughts are for using Kudu for this. >> >> Sounds like a good Kudu use case to me. I've heard great things about &g

Re: Performance Question

2016-05-28 Thread Benjamin Kim
d great things about > Aerospike for the low latency random access portion, but I've also heard that > it's _very_ expensive, and not particularly suited to the columnar scan > workload. Lastly, I think the Apache license of Kudu is much more appealing > than the AGPL3 used by Aerospike. But, that's

Re: Performance Question

2016-05-27 Thread Todd Lipcon
ppealing than the AGPL3 used by Aerospike. But, that's not really a direct answer to the performance question :) > > Thanks, > Ben > > > On May 27, 2016, at 6:21 PM, Mike Percy <mpe...@cloudera.com> wrote: > > Have you considered whether you have a scan heavy or a random

Re: Performance Question

2016-05-27 Thread Benjamin Kim
Hi Mike, First of all, thanks for the link. It looks like an interesting read. I checked that Aerospike is currently at version 3.8.2.3, and in the article, they are evaluating version 3.5.4. The main thing that impressed me was their claim that they can beat Cassandra and HBase by 8x for

Re: Performance Question

2016-05-27 Thread Mike Percy
Have you considered whether you have a scan heavy or a random access heavy workload? Have you considered whether you always access / update a whole row vs only a partial row? Kudu is a column store so has some awesome performance characteristics when you are doing a lot of scanning of just a

Performance Question

2016-05-27 Thread Benjamin Kim
I am just curious. How will Kudu compare with Aerospike (http://www.aerospike.com)? I went to a Spark Roadshow and found out about this piece of software. It appears to fit our use case perfectly since we are an ad-tech company trying to leverage our user profiles data. Plus, it already has a