I know some knowledges:
Partitions used to achieve better performance (like described in this article)
And indexes used to increase performance in selection operations.
And as result my question: in which cases i should use indexes and in which cases i should use partitioned tables.
In other words what should be better in different operations(selections,deletions,updates) indexes or partitioning of table, and why.
Thanks.
