MemSQL ships 2.0, scales across hundreds of nodes, thousands of cores
21–30 of 30 posts
Re: MemSQL ships 2.0, scales across hundreds of nodes, thousands of cores
#22why is it that every company that has a blog either, a) doesn't have a link or b) buries the link to their main product site on their blog?
Re: MemSQL ships 2.0, scales across hundreds of nodes, thousands of cores
#23Nice product. I'll try this out. It seems like the isolation level is Read Committed. Are there plans to support higher isolation levels (Serialisability)?
Re: MemSQL ships 2.0, scales across hundreds of nodes, thousands of cores
#24Re: MemSQL ships 2.0, scales across hundreds of nodes, thousands of cores
#25why is it that every company that has a blog either, a) doesn't have a link or b) buries the link to their main product site on their blog?
Often because the blog is run on a separate software platform from the main site.
I've educated multiple vendors on the subject. E.g., see the last point on http://www.strategicmessaging.com/marketing-communications-t... :)
Re: MemSQL ships 2.0, scales across hundreds of nodes, thousands of cores
#26Earlier quoted context omitted.
kdb+ is compressed columnar in memory on a single box with a very exotic language called Q. memsql is row-based in memory across n-machines using SQL.
kdb+ is also very fast for real-time time series analysis and signal generation. Seeing Morgan Stanley and Credit Suisse in the customer list made me wonder if memsql could become a competitor in the niche that kdb+ currently dominates?
Re: MemSQL ships 2.0, scales across hundreds of nodes, thousands of cores
#27Re: MemSQL ships 2.0, scales across hundreds of nodes, thousands of cores
#28Quick question: since data is uniformly spread across n leaf nodes, do queries that require checking a number of rows >> n hit nearly every leaf? If so, does this create latency problems when n is large? (since it'd only take one slow request out of n to cause high latency)
Re: MemSQL ships 2.0, scales across hundreds of nodes, thousands of cores
#29Earlier quoted context omitted.
Try again - I found the bottom ticks were 8 cores and 256GB.
Fair enough - I had considered that to be on the axis since it's the minimum value, and thus not a tick, but visually it certainly is represented as a tick. At any rate, the point I was trying to make is that they clearly expect you to throw a lot of hardware at these systems.
On a related note, changing the amount of RAM seems to only change the amount of RAM, not any of the other numbers. I guess that's their point, but I would rather they just SAY that than make me try a bunch of options to show that RAM doesn't matter. :|
Re: MemSQL ships 2.0, scales across hundreds of nodes, thousands of cores
#30Looks great! Quick question: since data is uniformly spread across n leaf nodes, do queries that require checking a number of rows >> n hit nearly every leaf? If so, does this create latency problems when n is large? (since it'd only take one slow request out of n to cause high latency)