Sökning: "redis"

Visar resultat 11 - 15 av 20 uppsatser innehållade ordet redis.

  1. 11. NoSQL Database Selection Focused on Performance Criteria for Web-driven Applications

    Kandidat-uppsats, Linnéuniversitetet/Institutionen för datavetenskap och medieteknik (DM)

    Författare :Zacky Kharboutli; [2019]
    Nyckelord :Databases; NoSQL; web application; MongoDB; Neo4j; Redis; Node.js; E-books;

    Sammanfattning : This paper delivers a comparative analysis of the performance of three of the NoSQL technologies in Web applications. These technologies are graph stores, key-value stores, and document stores. The study aims to assist developers and organizationsin picking the suitable NoSQL solution for their application. LÄS MER

  2. 12. Utvärdering av metoder för temporär lagring av data i en webbapplikation

    M1-uppsats, Linköpings universitet/Programvara och system

    Författare :Tom Almqvist; [2018]
    Nyckelord :visma; cache; datalagring; python; flerkärniga processorer; flertrådat; programmering;

    Sammanfattning : I databasapplikationer är det viktigt att kunna minska belastningen på en databas i syfte att minska responstiden. Detta kan exempelvis åstadkommas med hjälp av olika metoder för temporär lagring av data, något som studerats i detta arbete. De metoder som utvärderats och jämförts i detta arbete är Redis och memcached. LÄS MER

  3. 13. Scalability and Performance through Distribution : An approach to distribute a standalone Erlang implementation of Redis

    Uppsats för yrkesexamina på avancerad nivå, Uppsala universitet/Institutionen för informationsteknologi

    Författare :Joachim Nilsson; [2018]
    Nyckelord :;

    Sammanfattning : This report evaluates the possibilities of scalability and increased performance bydistributing a system. Also, it will illustrate the relative ease of implementationusing Erlang. The illustration is made by distributing the stand alone key-value datastore Edis. LÄS MER

  4. 14. Snapple : A distributed, fault-tolerant, in-memory key-value store using Conflict-Free Replicated Data Types

    Master-uppsats, KTH/Skolan för datavetenskap och kommunikation (CSC)

    Författare :Johan Stenberg; [2016]
    Nyckelord :Distributed Systems; CRDTs; Conflict-Free Replicated Data Types; OR-Set; Snapple;

    Sammanfattning : As services grow and receive more traffic, data resilience through replication becomes increasingly important. Modern large-scale Internet services such as Facebook, Google and Twitter serve millions of users concurrently. Replication is a vital component of distributed systems. LÄS MER

  5. 15. A Performance Comparison of SQL and NoSQL Databases for Large Scale Analysis of Persistent Logs

    Master-uppsats, Uppsala universitet/Institutionen för informationsteknologi

    Författare :Abdullah Hamed Al Hinai; [2016]
    Nyckelord :;

    Sammanfattning : Recently, non-relational database systems known as NoSQL have emerged as alternative platforms to store, load and analyze Big Data. Most NoSQL systems, such as MongoDB, Redis, HBase, and Cassandra sacrifice consistency for scalability which means that users may not be able to retrieve the latest changes in the data but can execute faster queries. LÄS MER