Subject | Re: [firebird-support] OLAP tuning in Firebird 2.1 |
---|---|
Author | Richard Wesley |
Post date | 2009-01-19T20:59:57Z |
On 19 Jan 2009, at 13:30, Alexandre Benson Smith wrote:
with the transactional settings.
dumb. Many thanks.
________________________________________________________
Richard Wesley Senior Software Developer Tableau
Software
Visit: http://www.trytableau.com/now.html
>> It takes roughly 4 seconds to table scan this data source so itThis is an embedded OLAP database, so I was hoping we could fiddle
>> appears that this is doing a table scan based on time versus
>> retrieving the unique keys from the index. That makes sense to me
>> when
>> we include a measure, such as in the following, since computing the
>> measure will require touching all the records. But in the above, we
>> are only operating on the key of the index – why touch the data
>> pages?
>>
>
> Because of MVCC indices on Firebird are dirty, the have no
> transactional
> context, so the negine needs to go to the records (data pages) to
> see if
> an index is visible or not to a given transaction.
with the transactional settings.
> There is no way to FB resolve a query just using the indexI figured, but we needed to know if we were just doing something
> information.
dumb. Many thanks.
________________________________________________________
Richard Wesley Senior Software Developer Tableau
Software
Visit: http://www.trytableau.com/now.html