Gotowa bibliografia na temat „Native XML database”
Utwórz poprawne odniesienie w stylach APA, MLA, Chicago, Harvard i wielu innych
Zobacz listy aktualnych artykułów, książek, rozpraw, streszczeń i innych źródeł naukowych na temat „Native XML database”.
Przycisk „Dodaj do bibliografii” jest dostępny obok każdej pracy w bibliografii. Użyj go – a my automatycznie utworzymy odniesienie bibliograficzne do wybranej pracy w stylu cytowania, którego potrzebujesz: APA, MLA, Harvard, Chicago, Vancouver itp.
Możesz również pobrać pełny tekst publikacji naukowej w formacie „.pdf” i przeczytać adnotację do pracy online, jeśli odpowiednie parametry są dostępne w metadanych.
Artykuły w czasopismach na temat "Native XML database"
Zhang, Xue Min, i Hua Bei Nie. "Storage Model of Native XML Database Based on Object-Oriented Database". Applied Mechanics and Materials 241-244 (grudzień 2012): 2812–15. http://dx.doi.org/10.4028/www.scientific.net/amm.241-244.2812.
Pełny tekst źródłaBalamurugan, S., i A. Ayyasamy. "Performance Evaluation of Native XML Database and XML Enabled Database". International Journal of Advanced Research in Computer Science and Software Engineering 7, nr 5 (30.05.2017): 182–91. http://dx.doi.org/10.23956/ijarcsse/sv7i5/0109.
Pełny tekst źródłaWang, Lian Sheng, Ting Jun Li, Tao Sun, Zhi Yong Liu i Xiao Dong Sun. "The Database Design Based on Native XML Database Technology". Applied Mechanics and Materials 241-244 (grudzień 2012): 2561–64. http://dx.doi.org/10.4028/www.scientific.net/amm.241-244.2561.
Pełny tekst źródłaJagadish, H. V., S. Al-Khalifa, A. Chapman, L. V. S. Lakshmanan, A. Nierman, S. Paparizos, J. M. Patel i in. "TIMBER: A native XML database". VLDB Journal The International Journal on Very Large Data Bases 11, nr 4 (1.12.2002): 274–91. http://dx.doi.org/10.1007/s00778-002-0081-x.
Pełny tekst źródłaZhang, Jun, Jian Qiang Zhang i Hong Yan Zhao. "IETM Database Design Based on Native XML Database Technology". Advanced Materials Research 971-973 (czerwiec 2014): 1624–27. http://dx.doi.org/10.4028/www.scientific.net/amr.971-973.1624.
Pełny tekst źródłaPehcevski, Jovan, James A. Thom i Anne-Marie Vercoustre. "Hybrid XML Retrieval: Combining Information Retrieval and a Native XML Database". Information Retrieval 8, nr 4 (grudzień 2005): 571–600. http://dx.doi.org/10.1007/s10791-005-0748-1.
Pełny tekst źródłaPaventhan, A., Kenji Takeda, Simon J. Cox i Denis A. Nicole. "Federated Database Services for Wind Tunnel Experiment Workflows". Scientific Programming 14, nr 3-4 (2006): 173–84. http://dx.doi.org/10.1155/2006/729069.
Pełny tekst źródłaZHANG, Peng. "A new structural join algorithm in Native XML database". Journal of Computer Applications 28, nr 4 (20.04.2008): 869–71. http://dx.doi.org/10.3724/sp.j.1087.2008.00869.
Pełny tekst źródłaXiaofeng, Meng, Wang Xiaofeng, Xie Min, Zhang Xin i Zhou Junfeng. "OrientX: An integrated, schema based native XML database system". Wuhan University Journal of Natural Sciences 11, nr 5 (wrzesień 2006): 1192–96. http://dx.doi.org/10.1007/bf02829235.
Pełny tekst źródłaCui, Yue Ping, i Ping Gu. "A Query Optimization Modle and Algorithms for XML Data File". Advanced Materials Research 655-657 (styczeń 2013): 1800–1804. http://dx.doi.org/10.4028/www.scientific.net/amr.655-657.1800.
Pełny tekst źródłaRozprawy doktorskie na temat "Native XML database"
Kanne, Carl-Christian. "Core technologies for native XML database management systems". [S.l. : s.n.], 2003. http://www.bsz-bw.de/cgi-bin/xvms.cgi?SWB10605041.
Pełny tekst źródłaHall, David. "An XML-based Database of Molecular Pathways". Thesis, Linköping University, Department of Computer and Information Science, 2005. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-3717.
Pełny tekst źródłaResearch of protein-protein interactions produce vast quantities of data and there exists a large number of databases with data from this research. Many of these databases offers the data for download on the web in a number of different formats, many of them XML-based.
With the arrival of these XML-based formats, and especially the standardized formats such as PSI-MI, SBML and BioPAX, there is a need for searching in data represented in XML. We wanted to investigate the capabilities of XML query tools when it comes to searching in this data. Due to the large datasets we concentrated on native XML database systems that in addition to search in XML data also offers storage and indexing specially suited for XML documents.
A number of queries were tested on data exported from the databases IntAct and Reactome using the XQuery language. There were both simple and advanced queries performed. The simpler queries consisted of queries such as listing information on a specified protein or counting the number of reactions.
One central issue with protein-protein interactions is to find pathways, i.e. series of interconnected chemical reactions between proteins. This problem involve graph searches and since we suspected that the complex queries it required would be slow we also developed a C++ program using a graph toolkit.
The simpler queries were performed relatively fast. Pathway searches in the native XML databases took long time even for short searches while the C++ program achieved much faster pathway searches.
Suchak, Raj Narendra. "A page based storage manager for a native XML database /". Thesis, McGill University, 2005. http://digitool.Library.McGill.CA:80/R/?func=dbin-jump-full&object_id=82431.
Pełny tekst źródłaFaraglia, Piergiorgio. "XML document representation on the Neo solution". Thesis, Linköping University, Department of Computer and Information Science, 2007. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-8686.
Pełny tekst źródłaThis thesis aims to find a graph structure for representing XML documents and to implement the former representation for storing such documents. The graph structure, in fact, is the complete representation for the XML documents; this is dued to the id/idref attribute which could be present inside the XML document tag.
Two different graph structures have been defined on this thesis, they are called most granular and customizable representations. The first one is the simplest way for representing XML documents, while the second one makes some improvements for optimizing inserting, deleting, and querying functions.
The implementation of the former graph structures is made over a new kind of database built specifically for storing semi-structured data, such database is called Neo. Neo database works only with three primitives: node, relationship, and property. Such data model represents a new solution compared to the traditional relational view.
The XML information manager implements two different API which work with the two former graph structure respectively. The first API works with the customizable representation, while the second one works with the customizable representation.
Some evaluations have been done over the second implemented API, and they showed that the implemented code is free of bugs and moreover that the customizable representation brings about some improvements on making queries over the stored data.
Hernych, Radim. "Transformace a perzistence XML v relační databázi". Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2009. http://www.nusl.cz/ntk/nusl-236730.
Pełny tekst źródłaWeiner, Andreas M. [Verfasser]. "Cost-Based XQuery Optimization in Native XML Database Systems / Andreas M. Weiner". München : Verlag Dr. Hut, 2011. http://d-nb.info/1016531435/34.
Pełny tekst źródłaPehcevski, Jovan, i jovanp@cs rmit edu au. "Evaluation of Effective XML Information Retrieval". RMIT University. Computer Science and Information Technology, 2007. http://adt.lib.rmit.edu.au/adt/public/adt-VIT20080104.142709.
Pełny tekst źródłaCelik, Cigdem. "An Mpeg-7 Video Database System For Content-based Management And Retrieval". Master's thesis, METU, 2005. http://etd.lib.metu.edu.tr/upload/12606679/index.pdf.
Pełny tekst źródłaBoháč, Martin. "Perzistence XML v relační databázi". Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2010. http://www.nusl.cz/ntk/nusl-237200.
Pełny tekst źródłaKunovský, Tomáš. "Temporální XML databáze". Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2016. http://www.nusl.cz/ntk/nusl-255389.
Pełny tekst źródłaKsiążki na temat "Native XML database"
Hammerschmidt, Beda Christoph. KeyX: Selective key-oriented indexing in native XML-databases. Berlin: Aka, 2006.
Znajdź pełny tekst źródłaMcCullagh, Jonny. Shaxpeer: a web-based Native XML database application using Xindice, Apache Tomcat and Java. [s.l: The Author], 2003.
Znajdź pełny tekst źródłaRashid, Awais, Akmal B. Chaudhri i Roberto Zicari. XML Data Management: Native XML and XML-Enabled Database Systems. Addison-Wesley Professional, 2003.
Znajdź pełny tekst źródłaB, Chaudhri Akmal, Rashid Awais i Zicari Roberto, red. XML data management: Native XML and XML-enabled database systems. Boston: Addison-Wesley, 2003.
Znajdź pełny tekst źródłaBurger, Harald. Efficient XML Updates- Index-Aware Updates for a Native XML Database System. VDM Verlag Dr. Mueller e.K., 2006.
Znajdź pełny tekst źródłaHammerschmidt, Beda Christoph. KeyX: Selective Key-Oriented Indexing in Native XML-Databases: Volume 93 Dissertations in Database and Information Systems - Infix. IOS Press, 2006.
Znajdź pełny tekst źródłaCzęści książek na temat "Native XML database"
Meier, Wolfgang. "eXist: An Open Source Native XML Database". W Web, Web-Services, and Database Systems, 169–83. Berlin, Heidelberg: Springer Berlin Heidelberg, 2003. http://dx.doi.org/10.1007/3-540-36560-5_13.
Pełny tekst źródłaAmato, Giuseppe, i Franca Debole. "A Native XML Database Supporting Approximate Match Search". W Research and Advanced Technology for Digital Libraries, 69–80. Berlin, Heidelberg: Springer Berlin Heidelberg, 2005. http://dx.doi.org/10.1007/11551362_7.
Pełny tekst źródłaLuo, Daofeng, Ting Chen, Tok Wang Ling i Xiaofeng Meng. "On View Transformation Support for a Native XML DBMS". W Database Systems for Advanced Applications, 226–31. Berlin, Heidelberg: Springer Berlin Heidelberg, 2004. http://dx.doi.org/10.1007/978-3-540-24571-1_20.
Pełny tekst źródłaSchmidt, Karsten, Sebastian Bächle i Theo Härder. "Benchmarking Performance-Critical Components in a Native XML Database System". W Database Systems for Advanced Applications, 64–78. Berlin, Heidelberg: Springer Berlin Heidelberg, 2009. http://dx.doi.org/10.1007/978-3-642-04205-8_7.
Pełny tekst źródłaKurt, Atakan, i Mustafa Atay. "An Experimental Study on Query Processing Efficiency of Native-XML and XML-enabled Database Systems". W Databases in Networked Information Systems, 268–84. Berlin, Heidelberg: Springer Berlin Heidelberg, 2002. http://dx.doi.org/10.1007/3-540-36233-9_21.
Pełny tekst źródłaKoromilas, Lazaros, George Chinis, Irini Fundulaki i Sotiris Ioannidis. "Controlling Access to XML Documents over XML Native and Relational Databases". W Lecture Notes in Computer Science, 122–41. Berlin, Heidelberg: Springer Berlin Heidelberg, 2009. http://dx.doi.org/10.1007/978-3-642-04219-5_8.
Pełny tekst źródłaAyadi, Dhekra, Olfa Arfaoui i Minyar Sassi-Hidri. "Using Conceptual Scaling for Indexing XML Native Databases". W Web-Age Information Management, 309–18. Berlin, Heidelberg: Springer Berlin Heidelberg, 2012. http://dx.doi.org/10.1007/978-3-642-33050-6_30.
Pełny tekst źródłade la Torre Díez, Isabel, Francisco Javier Díaz-Pernas, Míriam Antón-Rodríguez, Mario Martínez-Zarzuela, David González-Ortega i José Fernando Díez-Higuera. "Analysis of XML Native Databases for E-Health Applications". W Advances in Intelligent and Soft Computing, 265–72. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011. http://dx.doi.org/10.1007/978-3-642-19934-9_34.
Pełny tekst źródłaWeiner, Andreas M., i Theo Härder. "Using Structural Joins and Holistic Twig Joins for Native XML Query Optimization". W Advances in Databases and Information Systems, 149–63. Berlin, Heidelberg: Springer Berlin Heidelberg, 2009. http://dx.doi.org/10.1007/978-3-642-03973-7_12.
Pełny tekst źródłade la Torre Díez, Isabel, Roberto Hornero Sánchez, Miguel López Coronado, Jesús Poza Crespo i María Isabel López Gálvez. "A Web-Based Application to Exchange Electronic Health Records and Medical Images in Ophthalmology". W Database Technologies, 1372–84. IGI Global, 2009. http://dx.doi.org/10.4018/978-1-60566-058-5.ch081.
Pełny tekst źródłaStreszczenia konferencji na temat "Native XML database"
Liu, Xiaohua, i Youchuan Wan. "Storing Spatio-Temporal Data in XML Native Database". W 2010 2nd International Workshop on Database Technology and Applications (DBTA). IEEE, 2010. http://dx.doi.org/10.1109/dbta.2010.5659107.
Pełny tekst źródłaHaitao Liu, Jianghe Zhao, Liyan Wang, Guangxian Lv i Yafei Ji. "Native XML database technology of digital distribution network". W 2009 International Conference on Sustainable Power Generation and Supply. SUPERGEN 2009. IEEE, 2009. http://dx.doi.org/10.1109/supergen.2009.5348367.
Pełny tekst źródłaWeigel, Felix, Klaus U. Schulz i Holger Meuss. "Exploiting native XML indexing techniques for XML retrieval in relational database systems". W the seventh ACM international workshop. New York, New York, USA: ACM Press, 2005. http://dx.doi.org/10.1145/1097047.1097054.
Pełny tekst źródłaNatu, Shalaka, i John Mendonca. "Digital asset management using a native XML database implementation". W Proceeding of the 4th conference. New York, New York, USA: ACM Press, 2003. http://dx.doi.org/10.1145/947121.947175.
Pełny tekst źródłaHua, Jiang, i Yang Qing. "A Keyword-Based Query Solution for Native XML Database". W 2011 International Conference on Internet Technology and Applications (iTAP). IEEE, 2011. http://dx.doi.org/10.1109/itap.2011.6006184.
Pełny tekst źródłaUeng, P. Sae, i S. Skrbic. "Implementing XQuery fuzzy extensions using a native XML database". W 2012 IEEE 13th International Symposium on Computational Intelligence and Informatics (CINTI). IEEE, 2012. http://dx.doi.org/10.1109/cinti.2012.6496780.
Pełny tekst źródłaXiao-mei, Yang, i Dai Heng. "Native XML Database design and realization based on MDA". W 2010 2nd IEEE International Conference on Information Management and Engineering. IEEE, 2010. http://dx.doi.org/10.1109/icime.2010.5477950.
Pełny tekst źródła"AN OPENEHR REPOSITORY BASED ON A NATIVE XML DATABASE". W International Conference on Health Informatics. SciTePress - Science and and Technology Publications, 2012. http://dx.doi.org/10.5220/0003784003860389.
Pełny tekst źródłaXU, GAOCHAO, XIAODONG FU, LIANG HU, XIAOHUI WEI i YANG LIU. "DESIGN AND IMPLEMENTATION OF A NATIVE XML DATABASE BASED ON XML FILTER SCHEME". W Proceedings of the International Computer Conference 2006. World Scientific Publishing Company, 2006. http://dx.doi.org/10.1142/9789812772763_0072.
Pełny tekst źródłaHarder, Theo, Christian Mathis i Karsten Schmidt. "Comparison of Complete and Elementless Native Storage of XML Documents". W 11th International Database Engineering and Applications Symposium (IDEAS 2007). IEEE, 2007. http://dx.doi.org/10.1109/ideas.2007.4318094.
Pełny tekst źródła