now also support table/index scan as root node, i.e tree = [ scan ] ? [ lookup ] *
still with the limitations:
- a child may only be dependent on immediate parent
- still only left outer join.
i also completed the parameterized scan-filter inside tup but does not yet support this in spj or ndbapi.
currently working on
- the parameterized scan-filer in spj (and a tiny bit in the ndbapi).
- result set correlation
currently thinking on
- arena based allocator for spj-requests, (compare mysqld mem-root concept)
discussed with frazer what spj "really is", concluded that it probably is some kind of "data-flow-engine"...should probably find some hip acronym/term for it...
note:
current mental capacity is limiting spj to only one scan in a tree.
this limitation can of course be lifted...but not now, or my brain will fry.
---
wonder how i should make people giving me votes on planetmysql??
How to Benchmark Replication Performance in MySQL
-
In this blog, I will cover important aspects which you need to test when
benchmarking replication setup. MySQL has great tools that could be used to
test i...
2 years ago
1 comment:
This is total hotness!
I think the voting system falls on its face because RSS is the preferred method to get your PlanetMySQL fix. I'll give you a thumbs up there.
Post a Comment