Hi guys, looking into the future we're searching for a solution to handle heavy loads.

  • At that time we've got a 300 GB Database with a db-growth of 80 GB in a year and 1400 active users.
  • It's about 30% Writing and 70% Reading queries...
  • Is there is a possibility of load balancing in SQLAnywhere16?

I found the possibility of "Scale out" but i haven't found more information about the "load balancing"

  • Makes it sense to update to Sybase ASE?

This link tell me anything about Sybase ASE but not the difference or the advantages... Sybase16 vs Sybase ASE

asked 20 Mar '17, 07:21

pmiller's gravatar image

pmiller
206162024
accept rate: 37%

edited 20 Mar '17, 09:08


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.

permanent link

answered 20 Mar '17, 13:17

Nick%20Elson%20SAP%20SQL%20Anywhere's gravatar image

Nick Elson S...
7.3k35107
accept rate: 32%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×53
×6

question asked: 20 Mar '17, 07:21

question was seen: 3,288 times

last updated: 20 Mar '17, 13:17