# AQUAdexIM **Repository Path**: AstroTJU/AQUAdexIM ## Basic Information - **Project Name**: AQUAdexIM - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README =============================================================================== AQUAdexIM This is the source code package of AQUAdexIM, which provides a novel indexing and retrieving method for astronomy image data. In this program, three methods are implemented and their overheads and query performances are tested. "Direct Query" method does not take advantage of pseudo-sphere indexing and is used as a baseline. "AQUAdexIM" is our in-memory index implementation. "Redis Query" utilizes the widely-adopted NoSQL database and it is a fair performance competitor as both AQUAdexIM and Redis run in the main memory. Experiments results have shown that AUQAdexIM is up to 10X faster than Redis in querying astronomy image data. This program has the following dependencies: - postgresql-9.4 (PostgreSQL relational database) http://www.postgresql.org/download/ - cfitsio 3.3 http://paperdata.china-vo.org/Hong.Zhi/AQUAdexIM/cfitsio3370.tar.gz - Healpix_3.20 http://paperdata.china-vo.org/Hong.Zhi/AQUAdexIM/Healpix_3.20_2014Dec05.tar.gz - redis-3.0.5 http://paperdata.china-vo.org/Hong.Zhi/AQUAdexIM/redis-3.0.5.tar.gz - libpqxx_4.0.1 (PostgreSQL C/C++ library) http://paperdata.china-vo.org/Hong.Zhi/AQUAdexIM/libpqxx-4.0.1.tar.gz - hiredis 0.13.3 (Redis C/C++ library) http://paperdata.china-vo.org/Hong.Zhi/AQUAdexIM/hiredis-master.tar.gz Author: Zhi Hong (hongzhi(at)tju.edu.cn) ===============================================================================