[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
cluster
- To: openldap-technical@openldap.org
- Subject: cluster
- From: Friedrich Locke <friedrich.locke@gmail.com>
- Date: Sat, 12 Jan 2013 13:45:10 -0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=STwHQe27nvi5r/dm6opXaA0VaLV+5R28jqIwxrnunys=; b=0mrQrLXZ9r616SUKkP2WYewe777jXla7NSLG5HR/hBUzwYa1VfC+bs1MGn+idIH+yt jufm9OJF9V1RX2ofui+CAqEsGLF/MOJGgZgQfU+w2OHidXGhd2i3L+u9V3Y/XnhCqqbP NYigTW5FqlAt1RBYphaiznj89EDnJx8zX1Y15XDj6iWLQXFyc99v2oeWzGZ1DOCcZAKW K1PxF9kkrrXoQVBM8z/coAsslZddAEARsDkzkC5Hrligo+9J2oq2/HOupLNbnf5C0WZp yhrTZSJAHop9xXIxD/9TmiAJ939gMkDKLw4DFTiZbGTQRBjso7icYB7fDyQ48HJDwKyK Rt3g==
Hi!
I am aware that openldap supports custering, but i have some doubts.
Is this cluster based on a single write server/multiple read server ? Or i may have multiple read/write server ?
Does an openldap cluster scales unlimited ? I mean: if I need more space or processing power, it is just to add a new server .
I would like to use a configuration like:
The space requirement would be spread over the number of servers;
A client can connect to any node of the cluster for read/write operation;
To increase space/processing power, just add a new node.
Is that possible with openldap ?
PS: keep in mind that there is a huge difference in allowing multiple write/read over a set of nodes that keep is own copy of the data and a set of nodes whose data is spread accross them all.