Re: full-text algorithm
Sorry for the late answer, i had things to do.
Thanks for the link, but i developed a full-text algorithm, not a parser. There is parser in it, but it's a small part of it. Also the program cannot be used as a plugin. I downloaded the source, and changed the direction from b-tree to mine code.
I made some programming to see clearer the working of my code (made 10% faster, found some error, etc.). The conclusion, if I'm not missing anything, that it can be 50-70% faster than b-tree.
The problem is, that it can take years to bulid it full working condition, and I have better thing to, like feed my family, so I don't have time to work for just fun.
Also there is a part of b-tree, which can be used in my code, and half the amount of the read blocks (and double the speed). I would not like to the develop something, that was already made.
So I assume you work for MySQL, because you answered a lot of question, and you can contact me to the developers, who can help me with my code, or finish my code, if they are interested.
I'm sure I will not finish it if nobody cares.
Otherwise my goal is to publish the algorithm, and I got promises from my university (I'm on msc), that they will help, but that was months ago, and they still don't help (it's a shitty university, my biggest mistake). So I need your help, that the algorithm does not disappear.