Informacja

Drogi użytkowniku, aplikacja do prawidłowego działania wymaga obsługi JavaScript. Proszę włącz obsługę JavaScript w Twojej przeglądarce.

Wyszukujesz frazę "Database Systems" wg kryterium: Wszystkie pola


Tytuł:
The architecture of modern database systems
Autorzy:
Goczyła, K.
Powiązania:
https://bibliotekanauki.pl/articles/1954011.pdf
Data publikacji:
1998
Wydawca:
Politechnika Gdańska
Tematy:
modern architecture
large database systems
parallel architecture
distributed architecture
highly efficient distributed architecture
client-server architecture
Opis:
The paper presents major trends in the modern architecture of large database systems. Two types of architecture are described in detail: the parallel architecture and the distributed architecture. It has been widely recognised that centralised, single processor computing systems and centralised database systems in particular are approaching their theoretical limits of performance. Hence we can observe a growing interest among researchers and developers in the design and implementation of highly efficient distributed architecture. The paper focuses on different types of client-server architecture, which nowadays is becoming very popular in data processing systems.
Źródło:
TASK Quarterly. Scientific Bulletin of Academic Computer Centre in Gdansk; 1998, 2, 1; 107-119
1428-6394
Pojawia się w:
TASK Quarterly. Scientific Bulletin of Academic Computer Centre in Gdansk
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Performance Modeling of Database Systems: a Survey
Autorzy:
Krajewska, A.
Powiązania:
https://bibliotekanauki.pl/articles/309263.pdf
Data publikacji:
2018
Wydawca:
Instytut Łączności - Państwowy Instytut Badawczy
Tematy:
database systems
NoSQL data stores
performance evaluation
queueing networks
queueing Petri nets
Opis:
This paper presents a systematic survey of the existing database system performance evaluation models based on the queueing theory. The continuous evolution of the methodologies developed is classified according to the mathematical modeling language used. This survey covers formal models – from queueing systems and queueing networks to queueing Petri nets. Some fundamentals of the queueing system theory are presented and queueing system models are classified according to service time distribution. The paper introduces queueing networks and considers several classification criteria applicable to such models. This survey distinguishes methodologies, which evaluate database performance at the integrated system level. Finally, queueing Petri nets are introduced, which combine modeling power of queueing networks and Petri nets. Two performance models within this formalism are investigated. We find that an insufficient amount of research effort is directed into the area of NoSQL data stores. Vast majority of models developed focus on traditional relational models. These models should be adapted to evaluate performance of non-relational data stores.
Źródło:
Journal of Telecommunications and Information Technology; 2018, 4; 37-45
1509-4553
1899-8852
Pojawia się w:
Journal of Telecommunications and Information Technology
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Federated Database Systems in Supply Chain Management
Autorzy:
Paszkowski, J.
Marchlewska, A.
Przybyszewski, K.
Powiązania:
https://bibliotekanauki.pl/articles/108696.pdf
Data publikacji:
2012
Wydawca:
Społeczna Akademia Nauk w Łodzi
Tematy:
soft computing
supply chain management
databases
federated database systems
middle software
Opis:
The article shows the possible ways of use of federated database technologies in data management in the logistic chains of companies. The architectures and components of software for creating the federated systems and some suggestions for the architecture of data management information systems for companies are presented in the text. The mentioned solution stands a proposal to resolve the difficult problem of cooperation between the computer information systems in companies, which refers to making the data of company available to the external users and managing data in the logistic chain. The authors included an overall review of commercial software, which can be used to build the software of data managing in the chains of cooperating companies.
Źródło:
Journal of Applied Computer Science Methods; 2012, 4 No. 2; 55-66
1689-9636
Pojawia się w:
Journal of Applied Computer Science Methods
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Database systems for tomorrow: new challenges and research areas
Autorzy:
Goczyła, K.
Powiązania:
https://bibliotekanauki.pl/articles/1954642.pdf
Data publikacji:
2003
Wydawca:
Politechnika Gdańska
Tematy:
database systems
new architectures
web technologies
non-relational models
integration
Opis:
Since the mid-80s, considerable progress has been achieved in relational database technology. The main achievements have been in high performance, high reliability and availability, scalability and development tools. However, the environment for database systems is rapidly changing. There are new challenges that originate from the present hardware technology achievements, as well as from new kinds of data resources that hardly conform to the well-established relational data model (e.g. data from the Web). In the paper, we present the new challenges and research areas, as well as motivations behind them.
Źródło:
TASK Quarterly. Scientific Bulletin of Academic Computer Centre in Gdansk; 2003, 7, 2; 272-278
1428-6394
Pojawia się w:
TASK Quarterly. Scientific Bulletin of Academic Computer Centre in Gdansk
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
SXCCP+: Simple XML Concurrency Control Protocol for XML Database Systems
Autorzy:
Jankiewicz, K.
Powiązania:
https://bibliotekanauki.pl/articles/970819.pdf
Data publikacji:
2009
Wydawca:
Polska Akademia Nauk. Instytut Badań Systemowych PAN
Tematy:
concurrency control
XML
databases
protocols
Opis:
Increasing significance and popularity of XML is the main reason why many commercial object-relational database management systems (ORDBMSs) developed XML storage and processing functionality. Additionally, there are new types of specialized database systems known as 'native' XML database systems. As we know, concurrency control is one of the most important mechanisms in DBMSs. Unfortunately, concurrency control mechanisms, which have been used so far in commercially available native XML DBMSs, offer very low degree of concurrency. The development of universal and effective concurrency control protocol for accessing XML data, with high degree of concurrency, is a necessary condition of the native XML database growth. The aim of this paper is to propose a new concurrency control protocol in XML document access. This protocol is based on primitive operations, which can be treated as a unification platform for any of the XML access methods.
Źródło:
Control and Cybernetics; 2009, 38, 1; 215-237
0324-8569
Pojawia się w:
Control and Cybernetics
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
A framework for cost based optimization of hybrid CPU/GPU query plans in database systems
Autorzy:
Bress, S.
Geist, I.
Schallehn, E.
Mory, M.
Saake, G.
Powiązania:
https://bibliotekanauki.pl/articles/205723.pdf
Data publikacji:
2012
Wydawca:
Polska Akademia Nauk. Instytut Badań Systemowych PAN
Opis:
Current database research identified the use of computational power of GPUs as a way to increase the performance of database systems. As GPU algorithms are not necessarily faster than their CPU counterparts, it is important to use the GPU only if it is beneficial for query processing. In a general database context, only few research projects address hybrid query processing, i.e., using a mix of CPU- and GPU-based processing to achieve optimal performance. In this paper, we extend our CPU/GPU scheduling framework to support hybrid query processing in database systems. We point out fundamental problems and propose an algorithm to create a hybrid query plan for a query using our scheduling framework. Additionally, we provide cost metrics, accounting for the possible overlapping of data transfers and computation on the GPU. Furthermore, we present algorithms to create hybrid query plans for query sequences and query trees.
Źródło:
Control and Cybernetics; 2012, 41, 4; 715-742
0324-8569
Pojawia się w:
Control and Cybernetics
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Zastosowanie systemów bazo-danowych w monitoringu diagnostycznym maszyn
Application of database systems in machine diagnostic monitoring
Autorzy:
Batko, W.
Borkowski, B.
Głocki, K.
Powiązania:
https://bibliotekanauki.pl/articles/301854.pdf
Data publikacji:
2008
Wydawca:
Polska Akademia Nauk. Polskie Naukowo-Techniczne Towarzystwo Eksploatacyjne PAN
Tematy:
system baz danych
monitoring
diagnostyka
database systems
diagnostic
Opis:
Efektywność działania współczesnych systemów monitorujących pracę maszyn jest w istotny sposób określona zaimplementowanymi w nich rozwiązaniami systemów bazo-danowych, wspomagającymi procesy podejmowania decyzji diagnostycznych. W referacie omówiono problem konstrukcji systemu bazo-danowego dla systemu monitorującego prace pracę szlifierki łopatek silników lotniczych, który powstał w ramach realizacji grantu celowego nr: 6T0220005C09545 dla WSK Rzeszów, a także prac nad budową systemu oceny stanu stalowych konstrukcji szybowych w kopalni "RUDNA" KGHM Polska Miedź. Opisano strukturę budowanych systemów, jak i uwarunkowania ich wykorzystania dla potrzeb wnioskowań diagnostycznych.
The action effectiveness of modern monitoring systems of machine run is essentially defined by database systems they implement, supporting diagnostic decision making process. The paper describes the issue of database construction for the jet engine rotor blade grinder monitoring system that was developed as part of the grant nr.: 6T0220005C09545 for WSK Rzeszow, and also during the development of diagnostic system of the steel shaft construction in the mine "RUDNA", KGHM Polska Miedz. The structure of the systems is described and the conditions of their application to diagnostic decision making.
Źródło:
Eksploatacja i Niezawodność; 2008, 1; 7-10
1507-2711
Pojawia się w:
Eksploatacja i Niezawodność
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Multi-instancyjny, wielowątkowy system bazodanowy MySQL, w środowisku OS Fedora kontrolowanym przez SELinux
The multiinstance, multi thread MySQL database system, in the OS Fedora environment controlled by SELinux
Autorzy:
Wrzesień, M.
Ryszawa, P.
Powiązania:
https://bibliotekanauki.pl/articles/276933.pdf
Data publikacji:
2011
Wydawca:
Sieć Badawcza Łukasiewicz - Przemysłowy Instytut Automatyki i Pomiarów
Tematy:
systemy bazodanowe
database systems
Opis:
Zaprezentowano wieloinstancyjną implementację bazodanowego systemu MySQL w serwerze pracującym pod systemem operacyjnym Linux - Fedora Core 11, kontrolowanym przez SELinux (Secure-Enhanced Linux). Istotą i celem prezentowanego rozwiązania jest zapewnienia podwyższonego bezpieczeństwa zasobów informatycznych poprzez udostępnienie zestawu subserwerów MySQL wraz z narzędziami do ich obsługi, wykorzystanie firewalla oraz wykorzystanie nadzoru SELinux - zaawansowanego systemu bezpieczeństwa wewnetrznego serwera. Wskazane powyżej podejście jest niezależne od ustanowionych dedykowanych praw dostępu do odpowiednich zasobów serwera zdefiniowanym użytkownikom systemu. Wprowadzanie szczególnych środków bezpieczeństwa jest podyktowane coraz większą otwartością systemów, zwłaszcza w środowisku z dostępem wykorzystującym narzędzia internetowe i zdalny dostęp on-line do zasobów informatycznych. Zaprezentowano tok postępowania oraz konfigurację serwera, zapewniające współbieżny, niezależny dostęp on-line do bazy danych MySQL.
The multi-instance MySQL database implementation in server running on the OS Fedora Core 11, which is controlled by SELinux (Secure-Enhanced Linux), is presented. The essence and the purpose of the presented solution is to provide increased security of the IT resources by sharing the set of sub- MySQL servers along with tools for theirs maintaining, use of the firewall as well as the SELinux use of surveillance - enhanced internal security system of the server. The above mentioned approach is independent of the established rights of access to a dedicated server IT resources defined for the respective system users. Placing special security measures is dictated by an increasingly open systems, especially in an environment with access using Internet tools and remote access on-line resources. The course of action, and server configuration, providing concurrent, independent on-line access to MySQL database is presented.
Źródło:
Pomiary Automatyka Robotyka; 2011, 15, 2; 315-322
1427-9126
Pojawia się w:
Pomiary Automatyka Robotyka
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Analiza porównawcza systemów baz danych dedykowanych dla systemu Android
Comparative analysis of database systems dedicated for Android
Autorzy:
Wałachowski, Kamil
Kozieł, Grzegorz
Powiązania:
https://bibliotekanauki.pl/articles/98338.pdf
Data publikacji:
2020
Wydawca:
Politechnika Lubelska. Instytut Informatyki
Tematy:
ObjectBox
Realm
SQLite
SnappyDB
Opis:
The article presents a comparative analysis of mobile databases dedicated for Android. The comparative analysis was carried out on the example of a relational SQLite database with selected nonrelational databases: Realm, ObjectBox and SnappyDB. Theoretical issues were discussed, such as stored data types. Research was carried out to check the performance of mobile databases in terms of: saving, editing, deleting, searching and sorting data. CPU and RAM usage were examined during saving data. The research also included a comparison the size of the database files on the internal disk.
W artykule przedstawiona została analiza porównawcza mobilnych baz danych dedykowanych dla systemu Android. Analizę porównawczą przeprowadzono na przykładzie relacyjnej bazy danych SQLite z wybranymi nierelacyjnymi bazami danych: Realm, ObjectBox oraz SnappyDB. Omówione zostały zagadnienia teoretyczne takie jak przechowy-wane typy danych. Przeprowadzone zostały badania, mające na celu sprawdzenie wydajności mobilnych baz pod kątem: zapisu, edycji, usuwania, wyszukiwania oraz sortowania danych. Zbadane zostało wykorzystanie procesora oraz pamięci RAM podczas zapisu danych. Badania objęły także porównanie wielkości plików baz danych znajdujących się na dysku wewnętrznym.
Źródło:
Journal of Computer Sciences Institute; 2020, 15; 126-132
2544-0764
Pojawia się w:
Journal of Computer Sciences Institute
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Cyberbezpieczeństwo w kryminalistyce
Autorzy:
Borkowski, Krzysztof
Powiązania:
https://bibliotekanauki.pl/articles/20311659.pdf
Data publikacji:
2023-10-31
Wydawca:
Akademia Sztuki Wojennej
Tematy:
cybercrime
cybersecurity
forensics
database systems
firewall
Opis:
It is common to use terms like cybercrime and cybersecurity interchangeably. The distinction between the subject scope of both terms in the case of forensic science clearly indicates the direction of the tasks carried out in the areas of tactics and technology. In contrast to cybersecurity, the preventive function of forensic science is to create solutions that strengthen the resistance of information systems to actions that violate the confidentiality, integrity, accessibility, and authenticity of processed data or related services offered by these systems. Ensuring such resilience should be perceived in the context of the activities of entities performing public tasks with the use of cooperating IT devices and software by processing, storing, sending, and receiving data via telecommunications networks using a terminal device appropriate for a given type of telecommunications network.
Źródło:
Cybersecurity and Law; 2023, 10, 2; 167-182
2658-1493
Pojawia się w:
Cybersecurity and Law
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
On bubble sort performance for large data sets and NoSQL database systems
O wydajności sortowania bąbelkowego dla dużych zbiorów danych i systemów bazodanowych typu NoSQL
Autorzy:
Marszałek, Z.
Połap, D.
Woźniak, M.
Powiązania:
https://bibliotekanauki.pl/articles/87339.pdf
Data publikacji:
2014
Wydawca:
Politechnika Śląska. Wydawnictwo Politechniki Śląskiej
Tematy:
NoSQL
algorytm komputerowy
duży zbiór danych
computer algorithm
large data set
Opis:
In the paper we discuss performance of bubble sort algorithm. Research results discussed and described in this article help to evaluate this method when used in NoSQL database systems for large amounts of the input data. In the article is analyzed bubble sort algorithm for large scale data sets in two versions: classic version and modified version with logic control of order.
Sortowanie jest jednym z ważniejszych problemów współczesnej informatyki. Obecnie komputery muszą pracować na coraz większych ilościach danych, dlatego w niniejszym artykule przedstawiamy analizę algorytmu sortowania bąbelkowego pod względem jego własności dla dużych zbiorów danych i baz tybu NoSQL. W analizie zbadaliśmy wersję klasyczną i zmodyfikowaną z funkcją kontroli ułożenia elementów.
Źródło:
Zeszyty Naukowe. Matematyka Stosowana / Politechnika Śląska; 2014, 4; 113-122
2084-073X
Pojawia się w:
Zeszyty Naukowe. Matematyka Stosowana / Politechnika Śląska
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Gromadzenie danych do budowy modeli ruchu - przegląd możliwości
Acquiring data for traffic models – recent developments
Autorzy:
Kucharski, R.
Powiązania:
https://bibliotekanauki.pl/articles/193091.pdf
Data publikacji:
2013
Wydawca:
Stowarzyszenie Inżynierów i Techników Komunikacji Rzeczpospolitej Polskiej
Tematy:
modelowanie ruchu
integracja danych
systemy baz danych
GIS
transport modeling
database systems
data integration
Opis:
W polskich warunkach możliwa jest poprawa jakości modeli ruchu , a jednym z potencjalnych sposobów poprawy jest zgromadzenie i wykorzystanie w modelowaniu baz danych. Baza danych wejściowych to kluczowa sprawa dla jakości modelu ruchu. Jeśli model ma spełniać swoje zadanie, to musi być zbudowany w oparciu o bogatą i dokładną bazę danych. Równie istotną sprawą jest jej regularna aktualizacja , a jej zmiany powinny pociągać za sobą aktualizacje modelu. W artykule autor opisuje, jakie dane są dostępne i w jaki sposób można je wykorzystać w modelowaniu ruchu. Na kilku przykładach pokazano w praktyczny sposób, jak można wzbogacić bazę danych używanych do modelowania ruchu. Opisano cztery przykłady dobrych praktyk, w szczególności: protokół przesyłu danych o sieci i rozkładzie jazdy transportu zbiorowego z serwisu jakdojade.pl do programu do modelowania ruchu, możliwość użycia danych przestrzennych GIS do tworzenia modelu sieci transportowej, możliwość użycia danych przestrzennych z podkładów GIS do obliczania produkcji i atrakcji rejonów komunikacyjnych w jednym z programów do modelowania ruchu oraz wykorzystanie wyników automatycznej rejestracji tablic rejestracyjnych (ARTR) w modelowaniu. Na wielu konferencjach dotyczących modelowania ruchu powtarzana jest teza, że najpilniejszą sprawą w polskim modelowaniu jest problem pozyskania danych. Poniższe akapity pokazują, jak można ten stan rzeczy małymi krokami zmieniać. Przykłady te powinny służyć jako dobra praktyka w budowie modeli ruchu. Należy, na poziomie definiowania zamówienia na budowę modelu ruchu, zapewnić jak największą ilość i jakość danych wejściowych. Dzięki temu modele będą mogły pełnić istotną rolę w kształtowaniu systemu transportowego miasta, tworząc wspólną platformę zarządzania transportem.
The paper shows possible improvements in the area of transport modeling. Employing databases and integrating them fully within transport modeling structure can bring improvement in quality of transport modeling. Many practitioners claim that data import is the next step of improvement for transport modeling. The article shows projects where external databases were used in transport modeling. Examples include: transit database import using data from major Polish provider of transit passenger information, enhanced GIS network import, GIS spatial data import including comprehensive land-use information, integration of APNR results within transport modeling including database application integrated within transport modeling software. Opportunity to include complex database systems in transport modeling and integrate them shows great potential to improve transport modeling, but it requires full integration at many levels. It should be further exploited to obtain full functionality and synergy of data within transport models. This requires more stress on database, and data-management techniques for transport modeling.
Źródło:
Transport Miejski i Regionalny; 2013, 1; 22-26
1732-5153
Pojawia się w:
Transport Miejski i Regionalny
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
On Forming Key Competences within the ICT-supported Instruction in Higher Education
Autorzy:
Šimonová, Ivana
Poulová, Petra
Sokolová, Marcela
Bílek, Martin
Powiązania:
https://bibliotekanauki.pl/articles/2028740.pdf
Data publikacji:
2014-03-31
Wydawca:
Wydawnictwo Adam Marszałek
Tematy:
ICT
key competences
online courses
e-learning
learning styles
Database Systems
Management
IT English
Opis:
The paper presents research results of the two-year pedagogical experiment comparing test scores in three subjects (Database Systems, Management, IT English) taught either in the ICT-supported way, or in the traditional face-to-face way at the Faculty of Informatics and Management, University of Hradec Kralove, Czech Republic. The main research objective was to find out whether ICT contribute to increasing learners’ knowledge and consequently to forming key competences. Didactic tests as the main tool were used within the pedagogical experiment which followed the “pre-test - instruction - post-test - post-test2” structure. The research sample included 687 respondents. Obtained results proved there were no statistically significant differences in learners’ knowledge in both approaches to instruction. The results were discussed from two important points of view: (1) teachers’ and learners’ ability to use the potential of ICT in teaching/learning and (2) the role of teaching/learning styles in the ICT-supported instruction.
Źródło:
The New Educational Review; 2014, 35; 134-147
1732-6729
Pojawia się w:
The New Educational Review
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Analiza wydajności systemów bazodanowych: MySQL, MS SQL, PostgreSQL w kontekście aplikacji internetowych
Performance analysis of selected database systems: MySQL, MS SQL, PostgerSQL in the context of web applications
Autorzy:
Lachewicz, Katarzyna
Powiązania:
https://bibliotekanauki.pl/articles/98150.pdf
Data publikacji:
2020
Wydawca:
Politechnika Lubelska. Instytut Informatyki
Tematy:
MySQL
MS SQL
PostgreSQL
wydajność baz danych
database performance
Opis:
Głównym celem niniejszego artykułu jest weryfikacja, który z trzech systemów bazodanowych: MySQL, MS SQL, PostgeSQL, jest najbardziej wydajny w kontekście aplikacji internetowych. W artykule zawarto informacje dotyczące wykorzystanych systemów bazodanowych, jednakże kluczowym elementem artykułu są badania wydajności baz danych. Zostały one wykonane w oparciu o aplikację, której najważniejszym zadaniem jest wykonywanie zapytań do bazy danych. Program został zbudowany w oparciu o najnowsze technologie, takie jak framework Spring, biblioteka Hibernate oraz interfejs JDBC.
The main purpose of this article is to check which database: MySQL, MS SQL, PostgerSQL is the most efficient for Internet applications. This work contains information about the databases used, but the most important part of this article is database performance research. They are based on an application whose main task was database queries. The program was created based on new technologies, such as the Spring framework, the Hibernate library and JDBC Interface.
Źródło:
Journal of Computer Sciences Institute; 2020, 14; 94-100
2544-0764
Pojawia się w:
Journal of Computer Sciences Institute
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Historia rozwoju systemów zarządzania bazami danych
Autorzy:
Krasuski, A.
Maciak, T.
Powiązania:
https://bibliotekanauki.pl/articles/373466.pdf
Data publikacji:
2006
Wydawca:
Centrum Naukowo-Badawcze Ochrony Przeciwpożarowej im. Józefa Tuliszkowskiego
Tematy:
baza danych
rozwój
historia
sieć
database management systems
development
history
Opis:
W artykule przedstawiony został rozwój systemów baz danych. Omówiono w nim technologie Hierarchicznych, Sieciowych, Relacyjnych oraz Obiektowych baz danych. Artykuł ma charakter przeglądowy a celem jego jest przybliżenie wiedzy na temat powstawania i kształtowania się współczesnych systemów baz danych. Opis technologii baz danych zaprezentowano w ujęciu historycznym, co zapewni lepsze poznanie materiału czytelnikom nieobeznanym z tą technologią.
This paper outlines the historical development of data management systems. Hierachical, Network, Relational, Objectoriented and Objectrelational data management systems are reviewed. A short summary of related research is given.
Źródło:
Bezpieczeństwo i Technika Pożarnicza; 2006, 2/4; 213-226
1895-8443
Pojawia się w:
Bezpieczeństwo i Technika Pożarnicza
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Analysis of entity-attribute-value model applications in freely available database management systems for dna microarray data processing
Autorzy:
Waller, T.
Zapart, D.
Tkacz, M.
Wróbel, Z.
Powiązania:
https://bibliotekanauki.pl/articles/332994.pdf
Data publikacji:
2012
Wydawca:
Uniwersytet Śląski. Wydział Informatyki i Nauki o Materiałach. Instytut Informatyki. Zakład Systemów Komputerowych
Tematy:
system zarządzania relacyjną bazą danych
mikromacierz DNA
entity-attribute-value model
relational database management system
DNA microarray
Opis:
Large volumes of data are generated during DNA microarrays experiments. Database management systems (DBMS) are increasingly applied to these data, providing optimum processing and management from multiple microarray experiments. In this study, freely accessible DBMS software versions were compared (Microsoft SQL Server 2008 Express Edition, Oracle Database 10g Express Edition, DB2 Express-C 9.7.2, MySQL 5.1, and PostgreSQL 9.0). We examined them in the context of possible Entity-Attribute-Value (EAV) application as an optimal organization method for microarray data. It was confirmed in the comparative analysis of component data processing methods, consistent with the EAV model, that efficient methods for microarray data analysis are available in Microsoft SQL Server 2008 Express Edition and PostgreSQL 9.0 systems. Also, DNA microarray data processing was confirmed to be more efficient with Microsoft SQL Server 2008 Express Edition as compared with PostgreSQL 9.0. The EAV method was also shown to be suitable for use with open-source versions of DBMS software as an optimum storage model for DNA microarray data. In terms of data processing methods and performance, the Microsoft SQL Server 2008 Express Edition proved to be the best among compared database systems.
Źródło:
Journal of Medical Informatics & Technologies; 2012, 20; 59-63
1642-6037
Pojawia się w:
Journal of Medical Informatics & Technologies
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
A cross-linguistic database of phonetic transcription systems
Autorzy:
Anderson, Cormac
Tresoldi, Tiago
Chacon, Thiago
Fehn, Anne-Maria
Walworth, Mary
Forkel, Robert
List, Johann-Mattis
Powiązania:
https://bibliotekanauki.pl/articles/2134801.pdf
Data publikacji:
2018-12-01
Wydawca:
Uniwersytet im. Adama Mickiewicza w Poznaniu
Tematy:
phonetic transcription
phoneme inventory databases
cross-linguistically linked data
reference catalog
dataset
Opis:
Contrary to what non-practitioners might expect, the systems of phonetic notation used by linguists are highly idiosyncratic. Not only do various linguistic subfields disagree on the specific symbols they use to denote the speech sounds of languages, but also in large databases of sound inventories considerable variation can be found. Inspired by recent efforts to link cross-linguistic data with help of reference catalogues (Glottolog, Concepticon) across different resources, we present initial efforts to link different phonetic notation systems to a catalogue of speech sounds. This is achieved with the help of a database accompanied by a software framework that uses a limited but easily extendable set of non-binary feature values to allow for quick and convenient registration of different transcription systems, while at the same time linking to additional datasets with restricted inventories. Linking different transcription systems enables us to conveniently translate between different phonetic transcription systems, while linking sounds to databases allows users quick access to various kinds of metadata, including feature values, statistics on phoneme inventories, and information on prosody and sound classes. In order to prove the feasibility of this enterprise, we supplement an initial version of our cross-linguistic database of phonetic transcription systems (CLTS), which currently registers five transcription systems and links to fifteen datasets, as well as a web application, which permits users to conveniently test the power of the automatic translation across transcription systems.
Źródło:
Yearbook of the Poznań Linguistic Meeting; 2018, 4, 1; 21-53
2449-7525
Pojawia się w:
Yearbook of the Poznań Linguistic Meeting
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Spatial database modeling for indoor navigation systems
Autorzy:
Gotlib, D.
Gnat, M.
Powiązania:
https://bibliotekanauki.pl/articles/106828.pdf
Data publikacji:
2013
Wydawca:
Politechnika Warszawska. Wydział Geodezji i Kartografii
Tematy:
geoinformatyka
kartografia
modelowanie budowy
nawigacja domowa
GIS
BIM
geoinformatics
cartography
building modeling
indoor navigation
Opis:
For many years, cartographers are involved in designing GIS and navigation systems. Most GIS applications use the outdoor data. Increasingly, similar applications are used inside buildings. Therefore it is important to find the proper model of indoor spatial database. The development of indoor navigation systems should utilize advanced teleinformation, geoinformatics, geodetic and cartographical knowledge. The authors present the fundamental requirements for the indoor data model for navigation purposes. Presenting some of the solutions adopted in the world they emphasize that navigation applications require specific data to present the navigation routes in the right way. There is presented original solution for indoor data model created by authors on the basis of BISDM model. Its purpose is to expand the opportunities for use in indoor navigation.
Źródło:
Reports on Geodesy and Geoinformatics; 2013, 95; 49-63
2391-8365
2391-8152
Pojawia się w:
Reports on Geodesy and Geoinformatics
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Systemy wyszukiwawcze w nauczaniu informatyki prawniczej w szkole wyższej
Search Systems in the Teaching of Legal Information Technology in High School
Autorzy:
Śwital, Paweł
Powiązania:
https://bibliotekanauki.pl/articles/461711.pdf
Data publikacji:
2015
Wydawca:
Uniwersytet Pedagogiczny im. Komisji Edukacji Narodowej w Krakowie. Instytut Spraw Społecznych
Tematy:
informatyka prawnicza
bazy danych
systemy wyszukiwawcze
technologia informacyjna
legal information technology
database search systems
information technology
Opis:
Artykuł ukazuje praktyczne zagadnienia związane z informatyką prawniczą. Celem pracy jest przedstawienie wybranych systemów wyszukiwawczych. W pracy zostały omówione podstawowe systemy informacji prawnej: LEX, Internetowy System Aktów Prawnych, Dzienniki Urzędowe, Bazy orzeczeń Trybunału Konstytucyjnego, Bazy orzeczeń sądów administracyjnych. Wskazano na podstawowe zasady funkcjonowania systemu wyszukiwania informacji.
The article presents the practical issues related to legal information technology. The aim of the study is to present selected search systems. The paper discusses basic legal information systems: LEX, Internet system of legal acts, Official Journals, Databases Constitutional Court decisions, rulings base administrative courts. It specifies the fundamental principles of the system search for information.
Źródło:
Labor et Educatio; 2015, 3; 191-208
2353-4745
2544-0179
Pojawia się w:
Labor et Educatio
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Effectiveness of selected database models in management information systems
Autorzy:
Szczepaniuk, Edyta
Szczepaniuk, Hubert
Powiązania:
https://bibliotekanauki.pl/articles/949791.pdf
Data publikacji:
2019
Wydawca:
Politechnika Śląska. Wydawnictwo Politechniki Śląskiej
Tematy:
effectiveness of databases
Management Information Systems
NoSQL database
skuteczność baz danych
Systemy Zarządzania Informacją
baza danych NoSQL
Opis:
In this paper, the authors attempt to identify the universal factors of the effectiveness of selected database models used in Management Information Systems. Selection of an appropriate database model at the stage of design and implementation directly determines the effectiveness of the Management Information Systems within an organisation. The relational database model and database models based on NoSQL paradigms, including in particular graph databases and document-oriented databases, will be evaluated. NoSQL-class database models demonstrate properties in terms of effective application for business purposes.
Źródło:
Organizacja i Zarządzanie : kwartalnik naukowy; 2019, 1; 77-85
1899-6116
Pojawia się w:
Organizacja i Zarządzanie : kwartalnik naukowy
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Appraisal of Abuja Master Plan Using GIS: A Case Study of Abuja Phase I, Federal Capital Territory, Abuja, Nigeria
Autorzy:
Amusa, Idowu Adigun
Ibe, Philip Ongboku
Akolo, Festus Olusanya
Powiązania:
https://bibliotekanauki.pl/articles/1178353.pdf
Data publikacji:
2017
Wydawca:
Przedsiębiorstwo Wydawnictw Naukowych Darwin / Scientific Publishing House DARWIN
Tematy:
Abuja
Geographic Information Systems and Database
Master plan
Opis:
The study designed and created a geospatial database for the entities in the study area. The database was subjected to test by issuing single criterion and multiple criteria queries. The single criterion query was issued to test the database on the number of parcels in the study area that are equal to or less than 1500 m2. This is the standard area of a plot when the Abuja Master plan was conceptualized. The query returned 642 parcels out of the 1490 parcels in the study area representing 43.09 percent of the total. The multiple criteria query was issued to show those parcels with more than 25,000 m2 and are developed. The query returned less than 1 percent; that is 11 parcels fall into this category. Buffering was carried out to see the level of compliance of buildings with the 3.0m setback from the fencing walls and the result returned 1725 buildings out of the 3822 buildings within the study area that did not comply with this rule. The parcels were also subjected to a setback of 20m from the river channels in the study area. The rivers were buffered with 20m and overlaid with the parcels. 133 parcels fall within the buffer zone. This is about 8.92 percent of the total parcels in the study area. The implication is that over 90 percent are safe in case there is flooding that spreads around that distance. Graduated colour renderer was used to classify the parcels using the sizes as parameter for the classification.
Źródło:
World Scientific News; 2017, 77, 2; 144-162
2392-2192
Pojawia się w:
World Scientific News
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
An efficient approach for view selection for data warehouse using tree mining and evolutionary computation
Autorzy:
Thakare, A.
Deshpande, P.
Powiązania:
https://bibliotekanauki.pl/articles/305413.pdf
Data publikacji:
2018
Wydawca:
Akademia Górniczo-Hutnicza im. Stanisława Staszica w Krakowie. Wydawnictwo AGH
Tematy:
database management systems
data warehousing and data mining
query optimization
graph mining
algorithms for parallel computing
evolutionary computations
genetic algorithms
Opis:
The selection of a proper set of views to materialize plays an important role in database performance. There are many methods of view selection that use different techniques and frameworks to select an efficient set of views for materialization. In this paper, we present a new efficient scalable method for view selection under the given storage constraints using a tree mining approach and evolutionary optimization. The tree mining algorithm is designed to determine the exact frequency of (sub)queries in the historical SQL dataset. The Query Cost model achieves the objective of maximizing the performance benefits from the final view set that is derived from the frequent view set given by the tree mining algorithm. The performance benefit of a query is defined as a function of query frequency, query creation cost, and query maintenance cost. The experimental results show that the proposed method is successful in recommending a solution that is fairly close to an optimal solution.
Źródło:
Computer Science; 2018, 19 (4); 431-455
1508-2806
2300-7036
Pojawia się w:
Computer Science
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Thermodynamic Description of Ternary Fe-B-X Systems. Part 4: Fe-B-V
Autorzy:
Miettinen, J.
Visuri, V.-V.
Fabritius, T.
Milcheva, N.
Vassilev, G.
Powiązania:
https://bibliotekanauki.pl/articles/355188.pdf
Data publikacji:
2019
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
phase diagrams
thermodynamic modelling
Fe-based systems
Fe-B-X systems thermodynamic database
Fe-B-V system
Opis:
Thermodynamic descriptions of the ternary Fe-B-V system and its binary sub-system B-V, are developed using experimental thermodynamic and phase equilibrium data from the literature. The thermodynamic parameters of the other binaries, Fe-V and Fe-B, are taken from earlier assessments slightly modifying the Fe-V description. The work is in the context of a new Fe-B-X (X = Cr, Ni, Mn, V, Si, Ti, C) database. The solution phases are described using substitutional solution model. The borides are treated as stoichiometric or semistoichiometric phases and described with two-sublattice models.
Źródło:
Archives of Metallurgy and Materials; 2019, 64, 2; 451-456
1733-3490
Pojawia się w:
Archives of Metallurgy and Materials
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Thermodynamic Description of Ternary Fe-B-X Systems. Part 5: Fe-B-Si
Autorzy:
Miettinen, J.
Visuri, V.-V.
Fabritius, T.
Milcheva, N.
Vassilev, G.
Powiązania:
https://bibliotekanauki.pl/articles/355656.pdf
Data publikacji:
2019
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
phase diagrams
thermodynamic modeling
Fe-based systems
Fe-B-X systems thermodynamic database
Fe-B-Si system
Opis:
Thermodynamic descriptions of the ternary Fe-B-Si system and its binary sub-system, B-Si, are developed in the context of a new Fe-B-X (X = Cr, Ni, Mn, V, Si, Ti, C) database. The thermodynamic parameters of the other binary sub-systems, Fe-Si and Fe-B, are taken from earlier assessments. Experimental thermodynamic and phase equilibrium data available in the literature has been used for the optimization of the thermodynamic parameters of the Fe-B-Si and B-Si systems. The solution phases are described using substitutional solution model and the compounds (silicides and borides) are treated as stoichiometric phases. The calculated and experimental thermodynamic and phase equilibrium data were found to be in good agreement.
Źródło:
Archives of Metallurgy and Materials; 2019, 64, 4; 1239-1248
1733-3490
Pojawia się w:
Archives of Metallurgy and Materials
Dostawca treści:
Biblioteka Nauki
Artykuł
Tytuł:
Thermodynamic Description of Ternary Fe-B-X Systems. Part 6: Fe-B-Ti
Autorzy:
Miettinen, J.
Visuri, V.-V.
Fabritius, T.
Milcheva, N.
Vassilev, G.
Powiązania:
https://bibliotekanauki.pl/articles/356115.pdf
Data publikacji:
2019
Wydawca:
Polska Akademia Nauk. Czytelnia Czasopism PAN
Tematy:
phase diagrams
thermodynamic modeling
Fe-based systems
Fe-B-X systems thermodynamic database
Fe-B-Ti system
Opis:
Thermodynamic optimizations of the ternary Fe-B-Ti system and its binary sub-system, B-Ti are presented. The thermodynamic descriptions of the other binaries, Fe-Ti and Fe-B, are taken from the earlier studies slightly modifying the Fe-Ti system assessment. The adjustable parameters of the Fe-B-Ti and B-Ti systems are optimized in this study using the experimental thermodynamic and the phase equilibrium data from the literature. The solution phases of the system are described using the substitutional solution model and the compounds (including borides) are treated as stoichiometric phases. The results show a good correlation between the calculated and measured thermodynamic and phase equilibrium data.
Źródło:
Archives of Metallurgy and Materials; 2019, 64, 4; 1249-1255
1733-3490
Pojawia się w:
Archives of Metallurgy and Materials
Dostawca treści:
Biblioteka Nauki
Artykuł

Ta witryna wykorzystuje pliki cookies do przechowywania informacji na Twoim komputerze. Pliki cookies stosujemy w celu świadczenia usług na najwyższym poziomie, w tym w sposób dostosowany do indywidualnych potrzeb. Korzystanie z witryny bez zmiany ustawień dotyczących cookies oznacza, że będą one zamieszczane w Twoim komputerze. W każdym momencie możesz dokonać zmiany ustawień dotyczących cookies