Top-k query is an important operation to return a set of interesting points in a potentially huge data space. It is analyzed in this paper that the existing algorithms cannot process top-k query on massive data efficiently. This paper proposes a novel table-scan-based T2S algorithm to efficiently compute top-k results on massive data. T2S first constructs the presorted table, whose tuples are arranged in the order of the round-robin retrieval on the sorted lists. T2S maintains only fixed number of tuples to compute results. The early termination checking for T2S is presented in this paper, along with the analysis of scan depth. The selective retrieval is devised to skip the tuples in the presorted table which are not top-k results. The theoretical analysis proves that selective retrieval can reduce the number of the retrieved tuples significantly. The construction and incremental-update/batch-processing methods for the used structures are proposed.
Innovative React.js Projects to Boost Your Final Year Portfolio React.js is one of the most popular JavaScript libraries for building…
Exciting MERN Stack Project Ideas for Your Final Year The MERN stack (MongoDB, Express.js, React.js, Node.js) is one of the…
Top 10 React.js Project Ideas for Final Year Students React.js is one of the most popular JavaScript libraries for building…
React.js Projects Topics and Source Code React.js is one of the most popular and widely used JavaScript libraries for building…
MERN Stack Projects with Source Code The MERN Stack — MongoDB, Express.js, React.js, and Node.js — is a popular full-stack…
React.js and React Native Project Ideas for Final Year Students For final-year students in web and mobile app development, React.js…