This paper involves a cloud computing environment in which the dataowner outsource the similarity search service to a third party service provider. Privacy of the outsourced data is important because they may be confidential data. The data should be made available to the authorized client groups, but not to be revealed to the service provider in which the data is stored. Given this scenario, the paper presents a technique called RSSMSO which has build phase, query phase, data transformation and search phase. The build phase and the query phase are about uploading the data and querying the data respectively; the data transformation phase transforms the data before submitting it to the service provider for similarity queries on the transformed data; search phase involves searching similar object with respect to query object. The RSSMSO technique provides enhanced query accuracy with low communication cost. Experiments have been carried out on real data sets which exhibits that the proposed work is capable of providing privacy and achieving accuracy at a low cost in comparison with FDH ( ) covering k objects from X with the smallest distances to given q M ∈ (Kozak, Novak and Zezula, 2012).
Motivation:Existing solutions offer any one of the following, its either query efficiency and no privacy, or complete data privacy and less query efficiency. Metric Preserving Transformation(MPT) and Flexible Distance-based Hashing(FDH) are existing methods which shifts search functionality to the server. The MPT stores relative distance information at the server with respect to a private set of anchor objects and guarantees to fetch exact results, but it needs two rounds of communication. The FDH method takes a single round of communication, but does not guarantee to retrieve the exact result. Hence our objective is to retrieve the exact result in just a single round of communication. Contribution: In this paper, we describe a new technique for similarity search on metric data named as Rapid Similarity Search on Metric Space Object (RSSMSO). RSSMSO supports for fast retrieval of resultant object with accuracy and it provides privacy for objects by using data transformation steps before uploading to the cloud server. We suggest new technique to overcome the drawbacks of the outsourced similarity search on metric data assets (Yiu et al., 2012). The implication of the contributions are:1. RSSMSO method is developed to retrive Fast similarity search on metric space data. It helps to reduces communication cost over huge cloud data. 2. RSSMSO algorithm reduces the communication cost and increases accuracy. 3. Flexible Distance-based hashing methods allow the client to specify the theta ( θ ) value for increasing the accuracy of the result. Theta value would change depending on the size of the data set. In RSSMSO algorithm, θ value would always be 1, even when data set size vary. Hence we are able to retrieve the exact result with a very low theta value in a single communication round.