Essays about: "Distributed Queries"

Showing result 6 - 10 of 35 essays containing the words Distributed Queries.

  1. 6. Distributed Queries: An Evaluation of the Microservice Architecture

    University essay from Linköpings universitet/Programvara och system

    Author : Jesper Holmström; [2020]
    Keywords : Microservices; Distributed Queries; API composition pattern; Software Architecture;

    Abstract : The microservice architecture is a new architectural style that structures an application into a set of small, independently deployable microservices, as opposed to the traditional monolith approach with a single executable. The microservice architecture is a distributed system that results in new challenges and increased complexity. READ MORE

  2. 7. Pure Java interface to a DSMS : Pure Java interface to a DSMS

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Shahpar Shabani; [2020]
    Keywords : ;

    Abstract : SCSQ (Scalable Stream Query processor) is a data stream management system (DSMS) that allows different kinds of distributed high-volume infinite streams to be queried. The current Java interface to SCSQ usesC libraries to communicate between Java and a SCSQ server. Therefore, a pure Java client-server interface to SCSQ is needed. READ MORE

  3. 8. Dynamic First Match : Reducing Resource Consumption of First Match Queries in MySQL NDB Cluster

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Hara Kumar; [2020]
    Keywords : “Query Optimization”; “Distributed Databases”; “First Match Query”; Frågaoptimering; ”distribuerad databas”; “första match frågor”;

    Abstract : Dynamic First Match is a learned heuristic that reduces the resource consumption of first match queries in a multi-threaded, distributed relational database, while having a minimal effect on latency. Traditional first match range scans occur in parallel across all data fragments simultaneously. This could potentially return many redundant results. READ MORE

  4. 9. Unraveling Microservices : A study on microservices and its complexity

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Philip Romin; [2020]
    Keywords : System architecture; Microservices; Distributed systems; Event-driven architecture; JavaScript.; Systemarkitektur; Mikrotjänster; Distribuerade system; Event-driven arkitektur; JavaScript.;

    Abstract : Microservices is one of the most commonly used buzzword of the systems architecture industry and is being adopted by several of the world’s largest technology companies such as Netflix, Uber and Amazon. The architecture which embraces splitting up your system in smaller independent units is an extension of the service-oriented architecture and an opponent of the monolithic architecture. READ MORE

  5. 10. Lookaside Load Balancing in a Service Mesh Environment

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Erik Johansson; [2020]
    Keywords : load balancing; lookaside load balancing; external load balancing; service mesh; kubernetes; envoy; grpc; lastbalansering; extern lastbalansering; service mesh; kubernetes; envoy; grpc;

    Abstract : As more online services are migrated from monolithic systems into decoupled distributed micro services, the need for efficient internal load balancing solutions increases. Today, there exists two main approaches for load balancing internal traffic between micro services. READ MORE