I'm about to move a few v12.0.1 database servers from 32-bit Windows Server machines to 64-bit Windows Server 2012 R2 systems.

Given the fact those databases are rather small (3 GB or smaller) and have run sufficiently fast with 32-bit caches (no /3GB boot option set, no AWE-cache, so at maximum 1.8 GB caches), I'm wondering whether to run SQL Anywhere as 32-bit or 64-bit engine.

As all applications are still 32-bit and 32-bit SQL Anywhere engines are linked as LARGEADDRESSAWARE (allowing to make use of a full 4 GB address space under 64-bit Windows, so allowing a doubled cache size compared to the current situation), I would currently tend to stay with 32-bit engines.

Q: Is there a compelling reason to use the 64-bit SQL Anywhere version on 64-bit hardware in such cases - or generally?

(Yes, I know, an actual test would tell more, but I'm asking for a general recommendation.)

asked 27 Jul '15, 05:58

Volker%20Barth's gravatar image

Volker Barth
39.7k357545815
accept rate: 34%

edited 27 Jul '15, 06:00


I vote "yes"... when in Rome do as the Romans do.

alt text

permanent link

answered 27 Jul '15, 07:45

Breck%20Carter's gravatar image

Breck Carter
32.5k5407241050
accept rate: 20%

My own (limited) tests reveal that for smaller loads (i.e. those not making use of caches larger than 3 GB), 32-bit database servers under 64-bit Windows may perform somewhat better, nevertheless the differences are small.

But I had asked for a general rule, and so I'll take your advice:)

(11 Aug '15, 02:37) Volker Barth
3

There's probably no compelling reason not to either.

Given that:

  1. the client app's bit-ness is independent to that of the database servers,
  2. plus newer hardware is mostly 64bit capable these days,
  3. plus (I suspect) the newer compilers are not focusing optimizer improvements for 32bit binaries as much as they will be for the newer generations of 64-bit capable targets
  4. ... not to mention in-silicon optimizations that are happening

I would suggest that riding the 64bit wave is looking better all the time.

But that is just some random opinion ...
{your mileage will likely vary}

(18 Aug '15, 16:07) Nick Elson S...
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:

×48
×36
×26
×21

question asked: 27 Jul '15, 05:58

question was seen: 2,231 times

last updated: 19 Aug '15, 00:49