Quantcast
Browsing latest articles
Browse All 5 View Live

Image may be NSFW.
Clik here to view.

When your projection is not cost-free

First of all I have to admit that the title of this post is a bit misleading - the projection is almost never "cost-free". Indirectly cost will be generated by accessing rows from row sources to obtain...

View Article


Exadata Smart Scan Projection Limitation

Here is an interesting limitation to Exadata Smart Scans - if more than 254 columns from a table (not HCC compressed, more on that in moment) need to be projected, Smart Scans for that particular...

View Article


Parallel Projection

A recent case at a client reminded me of something that isn't really new but not so well known - Oracle by default performs evaluation at the latest possible point in the execution plan.So if you...

View Article

DynamoDB: adding a Global covering index to reduce the cost

By Franck Pachot. People often think of indexes as a way to optimize row filtering (“get item” faster and cheaper). But indexes are also about columns (“attribute projection”) like some kind of...

View Article

DynamoDB: adding a Local covering index to reduce the cost

By Franck Pachot. This is a continuation on the previous post on DynamoDB: adding a Global Covering Index to reduce the cost. I have a DynamoDB partitioned on “MyKeyPart”,”MyKeySort” and I have many...

View Article

Browsing latest articles
Browse All 5 View Live