Browsing by Subject "SQL"
Now showing 1 - 20 of 25
- Results Per Page
- Sort Options
Item type:Article, Access status: Open Access , Accelerating SELECT WHERE and SELECT JOIN queries on a GPU(Wydawnictwa AGH, 2013) Pietroń, Marcin; Russek, Paweł; Wiatr, KazimierzThis paper presents implementations of a few selected SQL operations using the CUDA programming framework on the GPU platform. Nowadays, the GPU’s parallel architectures give a high speed-up on certain problems. Therefore, the number of non-graphical problems that can be run and sped-up on the GPU still increases. Especially, there has been a lot of research in data mining on GPUs. In many cases it proves the advantage of offloading processing from the CPU to the GPU. At the beginning of our project we chose the set of SELECT WHERE and SELECT JOIN instructions as the most common operations used in databases. We parallelized these SQL operations using three main mechanisms in CUDA: thread group hierarchy, shared memories, and barrier synchronization. Our results show that the implemented highly parallel SELECT WHERE and SELECT JOIN operations on the GPU platform can be significantly faster than the sequential one in a database system run on the CPU.Item type:Thesis, Access status: Restricted , Analiza możliwości wykorzystania bazy danych przestrzennych Spatialite do integracji i zarządzania powszechnie dostępnymi danymi o środowisku.(Data obrony: 2019-09-27) Kryniewski, Michał; Kruźlak, Łukasz Dominik
Wydział Geodezji Górniczej i Inżynierii ŚrodowiskaItem type:Thesis, Access status: Restricted , Analiza możliwości wykorzystania bazy danych przestrzennych Spatialite do integracji i zarządzania powszechnie dostępnymi danymi o środowisku.(Data obrony: 2019-09-27) Kruźlak, Łukasz Dominik; Kryniewski, Michał
Wydział Geodezji Górniczej i Inżynierii ŚrodowiskaItem type:Thesis, Access status: Restricted , Asocjacyjna normalizacja relacyjnych baz danych do postaci asocjacyjnego grafu neuronowego umożliwiającego efektywną eksplorację danych(Data obrony: 2016-09-26) Buzowicz, Patryk
Wydział Elektrotechniki, Automatyki, Informatyki i Inżynierii BiomedycznejItem type:Thesis, Access status: Restricted , Automatyzacja procesu sporządzania listy płac za pomocą języka SQL i VBA(Data obrony: 2020-10-22) Góra, Karolina
Wydział ZarządzaniaItem type:Thesis, Access status: Restricted , Baza danych radioaktywnych wiązek jonów(Data obrony: 2018-12-05) Celary, Mateusz
Wydział Fizyki i Informatyki StosowanejItem type:Thesis, Access status: Restricted , Internetowy system obsługi zlotów i rajdów motoryzacyjnych.(Data obrony: 2020-01-15) Rożniecki, Grzegorz
Wydział Elektrotechniki, Automatyki, Informatyki i Inżynierii BiomedycznejItem type:Article, Access status: Open Access , Język UML 2.0 w modelowaniu relacyjnych baz danych(Wydawnictwa AGH, 2006) Skrzyński, PawełUML has been accepted as the standard modelling language for specifying software and system architectures. Second version of language, known as UML version 2.0, addressed most of the problems that architects faced while modelling software with previous version of this language and confirmed its position as the most popular modelling language used in object-oriented approaches to software development. On the other hand relational model of storing data today is the most popular model and the most common methodology of modelling data in relational systems is classic Entity-Relationship model and its extensions. Although UML was strongly influenced by these mechanisms, in author's opinion, it provides much more expressive modelling power. From the static point of view of the system transformation between ERD diagrams and relational tables is relatively ease, so transformation rules between class diagrams and relational tables have been widely discussed in literature [5, 3]. In this paper some additional transformations which are possible from class diagrams and activity diagrams to relational tables, stored procedures and functions are discussed.Item type:Thesis, Access status: Restricted , Mapowanie obiektowo-relacyjne oraz zapytania SQL na przykładzie języka Java(Data obrony: 2019-11-21) Gruca, Konrad
Wydział Geologii, Geofizyki i Ochrony ŚrodowiskaItem type:Thesis, Access status: Restricted , Opracowanie platformy mobilnej do zbierania punktów(Data obrony: 2020-05-25) Sauchuk, Artsem
Wydział Elektrotechniki, Automatyki, Informatyki i Inżynierii BiomedycznejItem type:Thesis, Access status: Restricted , Opracowanie relacyjnej bazy danych na potrzeby archiwizacji pomiarów georadarowych.(Data obrony: 2019-12-09) Kozubek, Łucja
Wydział Geologii, Geofizyki i Ochrony ŚrodowiskaItem type:Thesis, Access status: Restricted , Opracowanie systemu poboru komponentów elektronicznych w procesie produkcyjnym.(Data obrony: 2019-09-12) Studnicki, Aleksander
Wydział Inżynierii Metali i Informatyki PrzemysłowejItem type:Thesis, Access status: Restricted , Optymalizacja zapytań MS SQL Server(Data obrony: 2019-09-20) Nawój, Agnieszka
Wydział ZarządzaniaItem type:Thesis, Access status: Restricted , Porównanie relacyjnych i nierelacyjnych baz danych(Data obrony: 2018-09-21) Jabłońska, Martyna
Wydział Elektrotechniki, Automatyki, Informatyki i Inżynierii BiomedycznejItem type:Thesis, Access status: Restricted , Projekt i implementacja strony internetowej do zarządzania zakładami bukmacherskimi(Data obrony: 2019-07-11) Tomasiewicz, Mateusz
Wydział ZarządzaniaItem type:Thesis, Access status: Restricted , Projekt systemu HMI/SCADA dla układów klimatyzacji uwzględniający sprzężenie z oprogramowaniem symulacyjnym metody elementów skończonych(Data obrony: 2020-12-07) Policht, Michał
Wydział Inżynierii Metali i Informatyki PrzemysłowejItem type:Thesis, Access status: Restricted , Przeprowadzenie testów bezpieczeństwa wybranych aplikacji webowych(Data obrony: 2021-01-22) Szpila, Bartłomiej
Wydział Informatyki, Elektroniki i TelekomunikacjiItem type:Thesis, Access status: Restricted , Przygotowanie pakietu do analizy danych kalibracyjnych dla detektora wierzchołka eksperymentu LHCb przechowywanych w relacyjnej bazie danych(Data obrony: 2020-01-29) Wadowski, Dominik
Wydział Fizyki i Informatyki StosowanejItem type:Article, Access status: Open Access , Realization of a system of efficient querying of hierarchical data transformed into a quasi-relational model(Wydawnictwa AGH, 2016) Furmanek, Adam; Tokaj, Jakub; Marcjan, Robert; Siwik, LeszekExtensible Markup Language was mainly designed to easily represent documents, however, it has evolved and is now widely used for the representation of arbitrary data structures. There are many Application Programming Interfaces (APIs) to aid software developers with processing XML data. There are also many languages for querying and transforming XML, such as XPath or XQuery, which are widely used in this field. However, because of the great flexibility of XML documents, there are no unified data storing and processing standards, tools, or systems. On the other hand, a relational model is still the most-commonly and widely used standard for storing and querying data. Many Database Management Systems consist of components for loading and transforming hierarchical data. DB2 pureXML or Oracle SQLX are some of the most-recognized examples. Unfortunately, all of them require knowledge of additional tools, standards, and languages dedicated to accessing hierarchical data (for example, XPath or XQuery). Transforming XML documents into a (quasi)relational model and then querying (transformed) documents with SQL or SQL–like queries would significantly simplify the development of data-oriented systems and applications. In this paper, an implementation of the SQLxD query system is proposed. The XML documents are converted into a quasi-relational model (preserving their hierarchical structure), and the SQL–like language based on SQL-92 allows for efficient data querying.Item type:Thesis, Access status: Restricted , System do gromadzenia, analizy i wizualizacji 3D danych stratygraficznych z kopalni Rudna(Data obrony: 2014-04-02) Kopeć, Adrian
Wydział Geologii, Geofizyki i Ochrony ŚrodowiskaThe purpose of this thesis was to create a program for collecting, visualizing and analyzing system for stratigraphic data. Based on the available data, using programming tools the web application was developed, allowing users to collect information in the database, describe them, generate 2D visualization as RDLC reports, and display a 3D model using WebGL. Construction phases of the program are described in the following sections: from the description of development tools, databases and libraries used and the description of the user interface. Established goal has been achieved, giving users a functional, possibly easy-to-use application.
