853 research outputs found

    Efficient Algorithms for Load Shuffling in Split-Platform AS/RS

    Get PDF
    We address the issue of shuffling loads in Automated Storage/Retrieval Systems (AS/RS) in this paper. The objective is to pre-sort the loads into any specified locations in order to minimize the response time of retrievals. 1D, 2D and 3D AS/RS racks have been designed in order to achieve the shuffling efficiently. The shuffling algorithms are described in detail. The response time of retrieval, the lower and upper bounds of energy consumption are also derived. Results of the analysis and numerical experiments show that the shuffling algorithms are quite efficient.Singapore-MIT Alliance (SMA

    Overview of Caching Mechanisms to Improve Hadoop Performance

    Full text link
    Nowadays distributed computing environments, large amounts of data are generated from different resources with a high velocity, rendering the data difficult to capture, manage, and process within existing relational databases. Hadoop is a tool to store and process large datasets in a parallel manner across a cluster of machines in a distributed environment. Hadoop brings many benefits like flexibility, scalability, and high fault tolerance; however, it faces some challenges in terms of data access time, I/O operation, and duplicate computations resulting in extra overhead, resource wastage, and poor performance. Many researchers have utilized caching mechanisms to tackle these challenges. For example, they have presented approaches to improve data access time, enhance data locality rate, remove repetitive calculations, reduce the number of I/O operations, decrease the job execution time, and increase resource efficiency. In the current study, we provide a comprehensive overview of caching strategies to improve Hadoop performance. Additionally, a novel classification is introduced based on cache utilization. Using this classification, we analyze the impact on Hadoop performance and discuss the advantages and disadvantages of each group. Finally, a novel hybrid approach called Hybrid Intelligent Cache (HIC) that combines the benefits of two methods from different groups, H-SVM-LRU and CLQLMRS, is presented. Experimental results show that our hybrid method achieves an average improvement of 31.2% in job execution time

    Warehouse design and control: framework and literature review

    Get PDF
    In this paper we present a reference framework and a classification of warehouse design and control problems. Based on this framework, we review the existing literature on warehousing systems and indicate important gaps. In particular, we emphasize the need for design oriented studies, as opposed to the strong analysis oriented research on isolated subproblems that seems to be dominant in the current literature

    Advanced Storage and Retrieval Policies in Automated Warehouses

    Get PDF
    Warehouses are key components in supply chain. They facilitate the product flow from production to distribution. The performance of supply chains relies on the performance of warehouses and distribution centers. Being able to realize short order delivery lead times, in retail and ecommerce particularly, is important for warehouses. Efficient and responsive storage and retrieval operations can help in realizing a short order delivery lead time. Additionally, space scarcity has brought some companies to use high-density storage systems that increase space usage in the warehouse. In such storage systems, most of the available space is used for storing products, as little space is needed for transporting loads. However, the throughput capacity of high-density storage systems is typically low. New robotic and automated technologies help warehouses to increase their throughput and responsiveness. Warehouses adapting such technologies require customized storage and retrieval policies fit for automated operations. This thesis studies storage and retrieval policies in warehouses using several common and emerging automated technologies

    Performance evaluation of shuttle-based storage and retrieval systems using discrete-time queueing network models

    Get PDF
    Shuttle-based storage and retrieval systems (SBS/RSs) are an important part of today‘s warehouses. In this work, a new approach is developed that can be applied to model different configurations of SBS/RSs. The approach is based on the modeling of SBS/RSs as discrete-time open queueing networks and yields the complete probability distributions of the performance measures

    Serving Deep Learning Model in Relational Databases

    Full text link
    Serving deep learning (DL) models on relational data has become a critical requirement across diverse commercial and scientific domains, sparking growing interest recently. In this visionary paper, we embark on a comprehensive exploration of representative architectures to address the requirement. We highlight three pivotal paradigms: The state-of-the-artDL-Centricarchitecture offloadsDL computations to dedicated DL frameworks. The potential UDF-Centric architecture encapsulates one or more tensor computations into User Defined Functions (UDFs) within the database system. The potentialRelation-Centricarchitecture aims to represent a large-scale tensor computation through relational operators. While each of these architectures demonstrates promise in specific use scenarios, we identify urgent requirements for seamless integration of these architectures and the middle ground between these architectures. We delve into the gaps that impede the integration and explore innovative strategies to close them. We present a pathway to establish a novel database system for enabling a broad class of data-intensive DL inference applications.Comment: Authors are ordered alphabetically; Jia Zou is the corresponding autho
    corecore