• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 2
  • 1
  • Tagged with
  • 3
  • 2
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • 1
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
1

Utveckling av internt Administrationssystem

Lind, Jonas January 2014 (has links)
This thesis work is executed at Business Unit Ericsson Test Environment (BETE), in Linköping. BETE is the department at Ericsson, which is responsible for the operation and maintenance of the company's Operations Support System (OSS). Their management system was outdated and they wanted it to be updated and it also required new features. The database needed to be replaced and the data migrated to a new database without licensing costs. The system also needed a part where employees could manage existing users. As a programming language PHP was chosen for its dynamic possibilities, platform independence and good support for database intergration. For database MySQL was chosen because it is free and covers our needs. The result was a fully functional version of the internal administrationssytem that was ready to be used. This report is about how we proceeded to migrate the database and renew the management system. It also contains the problems encountered and what solutions we developed. / Detta examensarbete är utfört åt Business Unit Ericsson Test Environment (BETE), i Linköping. BETE är den avdelning på Ericsson som är ansvarig för drift och underhåll av företagets Operation Support System (OSS). Deras administrationssystem var föråldrat och de ville att den skulle uppdateras och få nya funktioner. Informationen i den gamla databasen skulle behållas men överföras till en ny databas utan licenskostnader. Systemet behövde även en del där anställda kan hantera befintliga användare. Som programmeringsspråk valdes PHP för dess dynamiska möjligheter, plattformsoberoende och goda stöd för databaskopplingar. För lagring av data används en MySQL-databas eftersom den är gratis, täcker våra behov och är enkel att integrera med PHP. Resultatet blev en fullt funktionell version av BETEs interna administrationssytem som är klart för att tas i bruk. Denna rapport handlar om hur vi gått tillväga för att migrera databasen och förnya administrationssystemet, om vilka problem som uppstått och vilka lösningar som tagits fram.
2

Utvärdering av H2-databas för GlobalEye jämfört med Sybase : Prestandatester mellan databaser

Nilsson, Mattias January 2021 (has links)
Att byta databas i ett befintligt system är svårt. För att ta reda på om en annan databas fungerar tillfredsställande till systemet finns inte mycket annat att göra än att testa. Syftet med detta arbete är att utvärdera om det är möjligt för SAAB att byta databas frånSybase ASE Express Edition till H2. För utvärderingen byggs ett så kallat ''Proof-of-Concept'' med den nya databasen kopplad till systemet. Med denna uppsättning görs tester för att undersöka skillnader i funktion och prestanda. Testerna görs genom att bygga arbetslaster som båda databaserna får hantera, där tiden det tar att utföra arbetet mäts. Det görs även förbättringar på linjära sökmetoder i systemet. Resultaten visar att Sybase-databasen har bättre prestanda när det gäller att läsa från databasen.Men att H2 har mycket bättre prestanda när det gäller att skriva till databasen.Slutsatsen som dras från utvärderingen är att H2 fungerar som en ersättare till Sybase ASE ExpressEdition. Systemets linjära sökmetoder utvärderas och ersätts med teoretiskt bättre binära sökmetoder. / The changing of database to an existing system is not easy. To find out if the new database willwork to a satisfying degree there is no other way than to test it. The purpose of this work is toevaluate if it is possible for SAAB to switch database from Sybase ASE Express Edition to H2. To evaluate the database, a Proof-of-Concept is created and connected to the systemWith this setup, tests are performed to investigate differences in functions and performance.The tests are preformed by building workloads that both databases will work with, where the time it takesto work with them is measured. Will also create an improvement on search methods that were linear. The results show that Sybase have a better performance when it comes to reading from the database while H2 have a better performance when it comes to writing to the database.  A conclusion is that H2 will work as a substitute to Sybase ASE Express Edition. The linear search methods as previouslyimplemented where replaced with binary search methods and the results show that the binary searchmethod were faster.
3

Analýza a optimalizace databázových systémů / Database System Analysis and Implementation

Třetina, Jan January 2008 (has links)
With the increase of demands for the speed and availability of the information technologies, the process of optimization gains more and more importance. Concerning search engine optimization, optimization of operating systems or application optimization (source code), the goal is to gain faster, smaller and more maintainable solution. In my thesis I deal with optimization of database systems, which includes low level of database tuning - physical organization of data and indices, database management system tuning and query optimization. I focused on optimization of Microsoft SQL Servers 2005 in enterprise environment.

Page generated in 0.0294 seconds