Hi guys, looking into the future we're searching for a solution to handle heavy loads.
I found the possibility of "Scale out" but i haven't found more information about the "load balancing"
This link tell me anything about Sybase ASE but not the difference or the advantages... Sybase16 vs Sybase ASE |
You may have to research the ASE Clustering technology on some other forum. I would recommend you going to the ASE area of SCN. Most of the responders on this forum will have much deeper SQL Anywhere knowledge than ASE. I believe the ASE (load balanacing) feature is clustering based and relies mostly upon a common shared file system to coordinate. I understand ASE clustering (edition) is officially a H/A (High Availability) feature not a strictly load balancing one (in the general sense) but you should refer to the experts to find out more about that feature or if it is evolved since my last encounter. SQL Anywhere also has its own H/A feature called Database Mirroring. That has some offloading capabilities by allowing read/only access to the mirror partner. That may be an option for you. Scale Out (also known as Read Only Scale out) is another feature that can dove-tail with H/A (database mirroring) or can be purchased and used separately. It allows you to offload queries to additional read-only nodes. I see a potential case for you to consider using either SQL Anywhere database mirroring or read only scale out; possibly both in combination. That would need to be evaluated to see how you might need/want to implement that. |