I. Introduction
During the last two decades, Relational Database Management System (RDBM) has been established as the technology and giving us the capabilities to handle databases up to terabytes [1]. Our modern information technology allow us to produce even more powerful computers every year, which makes it possible to collect, store, transfer, and combine huge amounts of data at very low costs. Thus, companies and scientific research institutions can afford to build up large archives of documents and data like numbers, tables, images, and sounds. However, querying and exploiting data in an intelligent way from a gigantic database and represent it in a structured way is turning out to be fairly difficult. It will be almost impossible to handle or access this large amount of data if database operation is not performed in an optimized way or data is not properly clustered. When the data access routines of that application are not optimized, there is a 90% possibility is that a database based application performs slowly [2]. So far, scientific works have been done on reducing overhead on database related to memory uses and storage uses. And more scientific works have been performed on clustering data base from different angle. However, clustering data based on hot/warm/cold (frequently accessed, least rarely accessed and least accessed) is somewhat missing.