I want to change the option MIN_TABLE_SIZE_FOR_HISTOGRAM . But how do I check its value before changing?

select * from sysoption -- this option will not appear.

I'm using Adaptive Server Anywhere Database Engine Version 9.0.2.3951

asked 03 Jan '14, 11:40

Walmir%20Taques's gravatar image

Walmir Taques
690374151
accept rate: 12%

edited 03 Jan '14, 14:19

Mark%20Culp's gravatar image

Mark Culp
24.9k10141297


The MIN_TABLE_SIZE_FOR_HISTOGRAM option was removed in 9.0.2 - see the notice in the documentation. Since 9.0.2 SQL Anywhere (aka Adaptive Server Anywhere) will create histograms for any table with five or more rows.

permanent link

answered 03 Jan '14, 11:55

Mark%20Culp's gravatar image

Mark Culp
24.9k10141297
accept rate: 41%

edited 03 Jan '14, 11:58

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:

×15
×13

question asked: 03 Jan '14, 11:40

question was seen: 2,115 times

last updated: 03 Jan '14, 14:19