National Repository of Grey Literature 37 records found  beginprevious28 - 37  jump to record: Search took 0.01 seconds. 
SAP HANA Platform
Uhlíř, Michal ; Volf, Tomáš (referee) ; Zendulka, Jaroslav (advisor)
Tato práce pojednává o databázi pracující v paměti nazývané SAP HANA. Detailně popisuje architekturu a nové technologie, které tato databáze využívá. V další části se zabývá porovnáním rychlosti provedení vkládání a vybírání záznamů z databáze se stávající používanou relační databází MaxDB. Pro účely tohoto testování jsem vytvořil jednoduchou aplikaci v jazyce ABAP, která umožňuje testy provádět a zobrazuje jejich výsledky. Ty jsou shrnuty v poslední kapitole a ukazují SAP HANA jako jednoznačně rychlejší ve vybírání dat, avšak srovnatelnou, či pomalejší při vkládání dat do databáze. Přínos mé práce vidím v shrnutí podstatných změn, které s sebou data uložená v paměti přináší a názorné srovnání rychlosti provedení základních typů dotazů.
In-Memory Databases
Možucha, Jakub ; Volf, Tomáš (referee) ; Zendulka, Jaroslav (advisor)
Táto práca sa zaoberá databázami pracujúcimi v pamäti a tiež konceptmi, ktoré boli vyvinuté na vytvorenie takýchto systémov, pretože dáta sú v týchto databázach uložené v hlavnej pamäti, ktorá je schopná spracovať data niekoľkokrát rýchlejšie, ale je to súčasne nestabilné pamäťové medium. Na podloženie týchto konceptov je v práci zhrnutý vývoj databázových systémov od počiatku ich vývoja až do súčasnosti. Prvými databázovými typmi boli hierarchické a sieťové databázy, ktoré boli už v 70. rokoch 20. storočia nahradené prvými relačnými databázami ktorých vývoj trvá až do dnes a v súčastnosti sú zastúpené hlavne OLTP a OLAP systémami. Ďalej sú spomenuté objektové, objektovo-relačné a NoSQL databázy a spomenuté je tiež rozširovanie Big Dát a možnosti ich spracovania. Pre porozumenie uloženia dát v hlavnej pamäti je predstavená pamäťová hierarchia od registrov procesoru, cez cache a hlavnú pamäť až po pevné disky spolu s informáciami o latencii a stabilite týchto pamäťových médií. Ďalej sú spomenuté možnosti usporiadania dát v pamäti a je vysvetlené riadkové a stĺpcové usporiadanie dát spolu s možnosťami ich využitia pre čo najvyšší výkon pri spracovaní dát. V tejto sekcii sú spomenuté aj kompresné techniky, ktoré slúžia na čo najúspornejšie využitie priestoru hlavnej pamäti. V nasledujúcej sekcii sú uvedené postupy, ktoré zabezpečujú, že zmeny v týchto databázach sú persistentné aj napriek tomu, že databáza beží na nestabilnom pamäťovom médiu. Popri tradičných technikách zabezpečujúcich trvanlivosť zmien je predstavený koncept diferenciálnej vyrovnávacej pamäte do ktorej sa ukladajú všetky zmeny v a taktiež je popísaný proces spájania dát z tejto vyrovnávacej pamäti a dát z hlavného úložiska. V ďalšej sekcii práce je prehľad existujúcich databáz, ktoré pracujú v pamäti ako SAP HANA, Times Ten od Oracle ale aj hybridných systémov, ktoré pracujú primárne na disku, ale sú schopné pracovať aj v pamäti. Jedným z takýchto systémov je SQLite. Táto sekcia porovnáva jednotlivé systémy, hodnotí nakoľko využívajú koncepty predstavené v predchádzajúcich kapitolách, a na jej konci je tabuľka kde sú prehľadne zobrazené informácie o týchto systémoch. Ďalšie časti práce sa týkajú už samotného testovania výkonnosti týchto databáz. Zo začiatku sú popísané testovacie dáta pochádzajúce z DBLP databázy a spôsob ich získania a transformácie do použiteľnej formy pre testovanie. Ďalej je popísaná metodika testovania, ktorá sa deli na dve časti. Prvá časť porovnáva výkon databázy pracujúcej v disku s databázou pracujúcou v pamäti. Pre tento účel bola využitá databáza SQLite a možnosť spustenia databázy v pamäti. Druhá časť testovania sa zaoberá porovnaním výkonu riadkového a stĺpcového usporiadania dát v databáze pracujúcej v pamäti. Na tento účel bola využitá databáza SAP HANA, ktorá umožňuje ukladať dáta v oboch usporiadaniach. Výsledkom práce je analýza výsledkov, ktoré boli získané pomocou týchto testov.
Multiple Type Office Documents Diff
Varga, Tomáš ; Volf, Tomáš (referee) ; Chmelař, Petr (advisor)
This bachelor thesis deals with comparing different types of office documents. The aim of this thesis is to create a module into an existing application called mediadiff for comparing documents of the Open Office office suite, including text documents, presentations and spreadsheets. This thesis describes algorithms for comparing text and tree structures. Furthermore, there are described the best known office suites and Access to the content of their documents.
Information System of Scout Troop Using the Web Gallery API
Vaněk, Petr ; Burget, Radek (referee) ; Volf, Tomáš (advisor)
In this thesis is described design and realization of information system of scout troop which uses application programming interface for management of photos. The system provides users complete management of components, contributions, events and photos. There are presented selected services for the management of albums and photos which offer to use their API in their specification. Picasa Web Albums, SkyDrive and Rajče.net are these services. Design of application comprises the whole architecture of system and design of database. The thesis also contains an implementation of system with use API of chosen service and with technologies PHP, MySQL or JavaScript.
Support for Spatial Data in Oracle
Volf, Tomáš ; Chmelař, Petr (referee) ; Zendulka, Jaroslav (advisor)
This work acquaints with support for working with spatial data and mentions the possibility for spatio-temporal data in the Oracle database server 11g. On the basis of acquaintance with support for spatial data was designed sample application that uses this support. The sample application provides to display spatial data, which are stored in the database, graphically and also displays information about spatial objects. Finally, there are reviewed achievements and the possibilities how to continue in the project.
Wiki Module in Information System
Volf, Tomáš ; Skokanová, Jana (referee) ; Lampa, Petr (advisor)
This master's thesis aims to develop own wiki module for information system of our faculty based on knowledge of known wiki systems. The project introduces the basic information and syntax of three wiki systems, specifically MediaWiki, DokuWiki and WikkaWiki; introduces also the WikiCreole project, which tries to set up easier way for users to contribute to different wiki systems that defines common syntax. Then it deals with design and implementation of own wiki module to the information system of faculty. The project also introduces with universal wiki system concept. At the conclusion there is th results evaluation of this master's thesis.
The API of a Video and Image Datastore
Fröml, Vojtěch ; Volf, Tomáš (referee) ; Zendulka, Jaroslav (advisor)
This master's thesis proposes and implements an extension of the database interface VTApi which is being developed as a part of the MV ČR project "Tools and methods for video and image processing for terrorism prevention" at FIT VUT. This interface provides support for representation, management and indexation of multimedia data and related descriptive metadata used by analytic applications based on computer vision. It currently uses DBMS PostgreSQL as its default datastore. Paper describes basic techniques for processing image and video data, VTApi concept and proposes and implements its modifications for the purpose of supporting multiple types of datastores. As an example of an alternative datastore, support for usage of a SQLite database is integrated into VTApi.
MongoDB as a Datastore for Google App Engine SDK
Heller, Stanislav ; Zendulka, Jaroslav (referee) ; Volf, Tomáš (advisor)
In this thesis, there are discussed use-cases of NoSQL database MongoDB implemented as a datastore for user data, which is stored by Datastore stubs in Google App Engine SDK. Existing stubs are not very well optimized for higher load; they significantly slow down application development and testing if there is a need to store larger data sets in these storages. The analysis is focused on features of MongoDB, Google App Engine NoSQL Datastore and interfaces for data manipulation in SDK - Datastore Service Stub API. As a result, there was designed and implemented new datastore stub, which is supposed to solve problems of existing stubs. New stub uses MongoDB as a database layer for storing testing data and it is fully integrated into Google App Engine SDK.
Magnetic field analysis of synchronous machine
Volf, Tomáš ; Janda, Marcel (referee) ; Skalka, Miroslav (advisor)
The Magnetic Field Analysis Project of Synchronous Machine deals with program for magnetic field analysis of synchronous machine cross section. This program is written in detail along with the necessary theory of synchronous machine and the ANSYS program. After this the program for using different types of sectional wires modification is made – in the concrete for round conductors. It is attained the numeric computing method – The Finite Element Method. To creation of the magnetic field simulation serves ANSYS program, which uses The Finite Element Method.
Magnetic field analysis with finite element method and magnetic sensor
Volf, Tomáš ; Kurfűrst, Jiří (referee) ; Skalka, Miroslav (advisor)
The magnetic field analysis by MKP and magnetic probe project deals with magnetic field analysis of asynchronous machine cross section. This analysis is written in detail along with the necessary theory of asynchronous machine and the ANSYS program. The magnetic field of selected machine is measured by magnetic probe and results are compared with calculation. The next part of thesis is draft of device for the magnetic field analysis.

National Repository of Grey Literature : 37 records found   beginprevious28 - 37  jump to record:
See also: similar author names
9 VOLF, Tomáš
Interested in being notified about new results for this query?
Subscribe to the RSS feed.