Hi,

I wrote the current cluster implementation, but I understand it has many
limitations. If I would do it again, I would now use a different approach,
more like what MongoDB does: use replication for failover and read
scalability, and use partitioning for write scalability. The current
implementation is basically replication, but it is on the SQL level, which
is problematic. I think replication would be better done on a lower level,
for example on the file system or table level. But that means the current
solution would have to be re-written almost from scratch. Unfortunately, I
will not have time to do that in the near future. My priority is (besides
fixing bugs of course, and support) to work in the new storage engine
(MVStore).

Regards,
Thomas



On Fri, Sep 6, 2013 at 1:13 PM, Noel Grandin <[email protected]> wrote:

>
> On 2013-09-06 13:01, Daniel Stone wrote:
>
>   I notice in the FAQ that you recommend patches / bug fixes before
>> making any major changes to the source code, which I can fully understand.
>>  How would we go about proposing design / implementation changes to the H2
>> clustering code?
>>
>
> This mailing list is the right place to discuss any proposed changes.
> Start with a brief breakdown of your requirements i.e. what you see as
> broken or inadequate.
> Please don't just post a proposed design. Without knowing what problems
> you are trying to solve, we won't be able to judge the fitness of any
> proposed change.
>
>
>   Would anyone with the authority be able to work with us for a donation
>> to the project to speed this process up?****
>>
>> ** **
>>
>
> I don't know of anyone off-hand. Myself and Thomas both have full time
> jobs and family responsibilities.
>
> Fair warning - we're not the fastest moving bunch around :-)
> Sometimes it can take a couple of days before someone gets around to
> replying, and large patches can take a week or more before someone finds
> time to sit down and review it.
>
> There is some commercial support available:
> http://h2database.com/html/links.html#commercial_support
>
>  --
> You received this message because you are subscribed to the Google Groups
> "H2 Database" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/h2-database.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to