EP2370913A1 - Infotainmentsystem und computerprogrammprodukt - Google Patents
Infotainmentsystem und computerprogrammproduktInfo
- Publication number
- EP2370913A1 EP2370913A1 EP09745063A EP09745063A EP2370913A1 EP 2370913 A1 EP2370913 A1 EP 2370913A1 EP 09745063 A EP09745063 A EP 09745063A EP 09745063 A EP09745063 A EP 09745063A EP 2370913 A1 EP2370913 A1 EP 2370913A1
- Authority
- EP
- European Patent Office
- Prior art keywords
- identifier
- sub
- data
- record
- unique
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Withdrawn
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/22—Indexing; Data structures therefor; Storage structures
- G06F16/2228—Indexing structures
- G06F16/2237—Vectors, bitmaps or matrices
Definitions
- the invention relates to an infotainment system and a computer program product for operating the infotainment system.
- Infotainment systems are installed, for example, in modern motor vehicles and combine the transmission of information, such.
- the storage and management of this so-called infotainment data is preferably carried out by means of a database system.
- a modern database system regularly includes a database and a database management system.
- the data is stored in the database.
- the database management system is provided for managing the data in the database.
- the management of the database may include, for example, searching, reading and / or writing data in the database.
- outdated data can be updated by an update command that includes a combination of search, read and / or write commands.
- the object of the invention is to provide an infotainment system and a computer program product for operating the infotainment system, which enables efficient storage of infotainment data.
- the invention is characterized in a first aspect by an infotainment system comprising a relational database, which is stored on a storage medium and comprises a database management system.
- the database management system is configured to access infotainment data stored in the relational database as records of a first record type and as records of a second record type.
- Each record of the first record type has an identifier value of a unique first identifier, a respective property value of at least one first property and a respective sub-identifier value of at least one sub-identifier.
- Each record of the second record type has an identifier value of a unique second identifier and a respective attribute value of at least one second attribute.
- the unique first identifier, the at least one first property and the at least one associated subrecognition are assigned to a first main table.
- the unique second identifier and the at least one second property are assigned to a second main table. Tuples of property values of the second property associated with the second main table are only stored once each in the second main table.
- the sub-identifier values of the at least one sub-identifier and the associated identifier values of the unique second identifier are stored in at least one sub-table. This helps to reduce redundancy of property values in the second main table associated with a respective record of the second record type.
- the first and second main tables preferably have at least one unique identifier and at least one property.
- the at least one sub-table has the at least one sub-identifier and the unique second identifier.
- the first and second main tables and the at least one subtable each have columns and rows. Each column is associated with a property or a unique identifier or subrecognition, and the respective row represents a respective record of the respective table.
- the sub-identification values of the at least one sub-identifier represents, with the aid of the at least one subtable, a reference of the respective row of the first main table to the associated respective row of the second main table.
- a tuple denotes a combination of property values associated with a row of the second main table. Tuples of the property values may include one or more property values associated with a row of the second main table. If only one property is assigned to the second main table, the respective property value of the property is stored only once in the second main table. If, on the other hand, a plurality of properties are assigned to the second main table, a combination of the assigned property values assigned to a row of the second data record type is stored only once in the second main table.
- the first and second main tables are assigned several first and second properties, respectively.
- the first properties are functionally independent of each other and the second properties are functionally independent of each other. That the first and second main tables are normalized according to the third normal form, respectively.
- the data sets can be stored on the storage medium of the relational database in a particularly efficient and low-memory manner.
- the relational database and the database management system can be integrated as a functional unit in the infotainment system of a motor vehicle, for example the infotainment system in the motor vehicle is preferably designed as an embedded system. In principle, however, it is also possible that the relational database and the database management system are designed as separate functional units in the infotainment system.
- the database management system is designed to determine a data record of the first or second data record type associated with a data record of the second or first data record type, to assist the at least one sub-table. This contributes to the fact that the corresponding data records can be quickly referenced by means of the at least one sub-table and at the same time the property values can be efficiently stored on the storage medium of the relational database.
- the predetermined instruction is designed as an SQL statement. This allows a particularly fast read and / or write access to the infotainment data in the relational database.
- the invention is characterized in terms of a second aspect by a computer program product.
- the computer program product comprises a computer readable medium with program instructions.
- the program instructions are executable by a computer.
- the program instructions are designed to operate the infotainment system according to the first aspect of the invention.
- FIG. 1 shows a database system
- FIG. 2 shows several original tables
- FIG. 3a shows two main tables and one sub-table
- FIG. 3b shows an alternative subtable
- Figure 4 two main and two sub-tables.
- An infotainment system (FIG. 1) comprises an infotainment unit INFO, a database management system RDBMS and a relational database RDB.
- the infotainment system can for example comprise a navigation unit and thus serves to find a predefined route and / or to calculate a predefined route and / or to find a predefined location and / or to determine further information.
- the infotainment system may additionally or alternatively also include a music system and be designed to find and play predetermined music pieces, for example.
- the infotainment unit INFO, the relational database RDB and the database management system RDBMS can also be embodied as software function units in the infotainment system.
- the infotainment system for example, a
- the infotainment system preferably has at least one input unit which serves to input information, for example a route and / or a piece of music, which is to be determined, and / or information on the basis of which infotainment data are changed, in particular updated.
- the infotainment unit INFO, the relational database RDB and the database management system RDBMS can be integrated as a functional unit in the infotainment system or as distributed functional units.
- the infotainment unit INFO communicates with the database management system RDBMS.
- the database management system RDBMS comprises an instruction interface SQL_IF, a statement processing unit SQL CMD PRO, a pager PAGER, a directory ID_LIB of index structures and an operating system interface OS_IF.
- the database management system RDBMS communicates with the relational database RDB.
- the relational database RDB are the infotainment data, such. As navigation data and / or music data stored.
- the infotainment unit INFO preferably communicates with the database management system RDBMS in such a way that the infotainment unit INFO sends an instruction SQL_CMD to the database management system RDBMS.
- the statement SQL_CMD can also be represented by suitable signals, which are then translated in the database management system RDBMS into the corresponding statement SQL_CMD.
- the statement SQL CMD is designed as an SQL statement.
- the SQL IF statement interface is used to verify that the SQL_CMD statement is syntactically correct. If the SQL CMD statement is syntactically correct, it will be parsed by the
- the instruction calculation unit SQL CMD PRO preferably determines a software execution plan depending on the statement SQL_CMD and preferably on the basis of at least one available index structure that is stored in the index structure directory ID_LIB.
- the software execution plan is a section of the program that serves to make access to the infotainment data as efficient as possible.
- the software execution plan is passed from the statement calculation unit SQL_CMD_PRO to the pager PAGER.
- the pager PAGER serves to determine a hardware execution plan, depending on the software execution plan.
- the hardware execution plan is representative of how a hardware, such as a CD-ROM drive and / or a hard disk and / or other data carriers, which may include the relational database RDB, must be driven to execute the software execution plan.
- the hardware execution plan is transferred to the operating system interface OS_IF, which translates the hardware execution plan into corresponding setting signals for the technical device on which the infotainment data are stored, and / or which comprises the storage medium on which the infotainment data are stored.
- the infotainment data are stored in the relational database RDB as data records in tables.
- FIG. 2 shows a first, a second and a third original table R1, R2, R3.
- the first original table R1 has ten data records, each data record being represented by a respective identifier value of a unique first identifier PK1.
- the second original table R2 has four data records which are each represented by an identifier value of a unique second identifier PK2.
- the first record of the first original table R1 is associated with the first and second records of the second original table R2.
- the assignment takes place by means of the third original table R3 in which the identifier values of the unique first identifier PK1 and the associated identifier values of the unique second identifier PK2 are stored.
- the first original table R1 has the first properties Al, Bl, Cl, which are functionally independent of each other.
- the second original table R2 has the second properties D2, E2, which are also functionally independent of one another.
- the first and second original tables R1, R2 are preferably normalized according to the third normal form of the database theory.
- MR1 data records of a first data record type are stored in a first main table.
- Each record of the first record type has the unique first identifier PK1, the first properties Al, Bl, Cl and additionally a subrecognition PID.
- Each data record of the first data type is represented by the respective identifier value of the unique first identifier PK1.
- records of a second record type are stored.
- Each record of the second record type has the unique second identifier PK2 and the second properties D2, E2.
- Each data record of the second data type is represented by the respective identifier value of the unique second identifier PK2.
- each record The properties of each record are uppercase, while property values of the properties are lowercase.
- a property is assigned a column and a row is assigned to each record.
- the first properties Al, Bl, Cl of the first main table MR1 are functionally independent of one another, and the second properties D2, E2 of the second main table MR2 are functionally independent of one another. Tuples of the property values, which are each assigned to a data record of the second data record type and thus to the second main table MR2, are stored only once in the second main table MR2.
- a sub-table PR is shown in FIG. 3a.
- the sub-table PR is assigned the sub-identifier PID and the unique second identifier PK2 assigned to this sub-identifier PID to the second main table MR2.
- the unique second identifier PK2 is designed as a complex data type because of multiple assignments of identifier values of the second identifier PK2.
- the subtable PR according to FIG. 3b can also be used.
- the latter assigns exactly one identification value of the unique second identifier PK2 to each sub-identifier value of the sub-identifier PID in one line and is therefore accessible with each configuration of a database management system RDBMS.
- the sub-tag values of the additional sub-tag PID in the first main table MR1 and the sub-tag values and the tag values stored in the sub-table PR according to Figure 3a or Figure 3b replace the tag values of the third original table R3 in Figure 2. This results in following memory space savings.
- the additional subcode PID with 10 subrecognizable values requires a memory requirement of 10
- the first main table MR1 is assigned the unique first identifier PK1, the first properties A1, C1, the sub-identifier PID and an additional identifier SID.
- the second main table MR2 is assigned the unique second identifier PK2 and the second properties D2, E2.
- a respective combination of the property values, which are each assigned to a data record of the second data record type, is stored only once in the second main table MR2.
- the subtable PR and another table SR are shown.
- the subtable PR is designed analogously to the subtable from FIG. 3b.
- the further table SR comprises the property values b of the first property Bl and is thus assigned to the first main table MR1.
- a property value b of the first property B is only stored once in the further table SR.
- the property values which are assigned to the further table SR and which are assigned to the second main table MR2 can be stored particularly efficiently in the relational database RDB.
- POI POI
- CAT_ID Category
- POI2Category POI ID, CAT ID
- the records of the original tables may be the following main tables POI, Category and the sub-table PR
- POI POI_ID, name, address, longitude, latitude, ..., PID
- Category CAT_ID, icon, parent_category, (7) PR (PID, CAT_ID)
- the sub-identifier PID the two main tables referenced to each other.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Software Systems (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
Claims
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| DE102008059098A DE102008059098A1 (de) | 2008-11-26 | 2008-11-26 | Infotainmentsystem und Computerprogrammprodukt |
| PCT/EP2009/064616 WO2010060763A1 (de) | 2008-11-26 | 2009-11-04 | Infotainmentsystem und computerprogrammprodukt |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| EP2370913A1 true EP2370913A1 (de) | 2011-10-05 |
Family
ID=41416231
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| EP09745063A Withdrawn EP2370913A1 (de) | 2008-11-26 | 2009-11-04 | Infotainmentsystem und computerprogrammprodukt |
Country Status (3)
| Country | Link |
|---|---|
| EP (1) | EP2370913A1 (de) |
| DE (1) | DE102008059098A1 (de) |
| WO (1) | WO2010060763A1 (de) |
Families Citing this family (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP4259456B2 (ja) * | 2004-11-11 | 2009-04-30 | トヨタ自動車株式会社 | データ記録装置及びデータ記録方法 |
| DE102011109917B3 (de) * | 2011-08-10 | 2012-10-25 | Audi Ag | Verfahren zum Bereitstellen einer Signalausgabe auf Grundlage einer Hauptdatei und zumindest einer Nebendatei, sowie Fahrzeug |
| CN106080446B (zh) * | 2016-06-07 | 2018-10-16 | 东风汽车公司 | Bcm控制器的数据记录方法与系统及故障诊断方法 |
Family Cites Families (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5870747A (en) * | 1996-07-09 | 1999-02-09 | Informix Software, Inc. | Generalized key indexes |
| US7317974B2 (en) * | 2003-12-12 | 2008-01-08 | Microsoft Corporation | Remote vehicle system management |
-
2008
- 2008-11-26 DE DE102008059098A patent/DE102008059098A1/de not_active Ceased
-
2009
- 2009-11-04 EP EP09745063A patent/EP2370913A1/de not_active Withdrawn
- 2009-11-04 WO PCT/EP2009/064616 patent/WO2010060763A1/de not_active Ceased
Non-Patent Citations (2)
| Title |
|---|
| None * |
| See also references of WO2010060763A1 * |
Also Published As
| Publication number | Publication date |
|---|---|
| DE102008059098A1 (de) | 2010-06-10 |
| WO2010060763A1 (de) | 2010-06-03 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| DE112012000280B4 (de) | Organisation von Tabellen mit reduzierten Indizes | |
| WO1998001808A1 (de) | Datenbanksystem | |
| DE102008047915B4 (de) | Infotainmentsystem und Computerprogrammprodukt | |
| EP2370913A1 (de) | Infotainmentsystem und computerprogrammprodukt | |
| EP1982146B1 (de) | Navigationssystem, verfahren und computerprogrammprodukt zum betreiben des navigationssystems | |
| WO2024012737A1 (de) | Verfahren zum speichern und bereitstellen georeferenzierter fahrzeugdaten, computerlesbares medium, und verteiltes system | |
| EP1979837B1 (de) | Verfahren zur ausgabe von datensätzen und vorrichtung hierfür | |
| US8073823B2 (en) | Database management program | |
| DE102013000369A1 (de) | Verfahren zum Betreiben eines Infotainmentsystem | |
| WO2021064037A1 (de) | Verfahren, computerprogramm, speichermedium, speichermittel und system zur nutzung eines gemeinsam genutzten speichermittels | |
| EP2370915A1 (de) | Infotainmentsystem und computerprogrammprodukt | |
| EP2143096A1 (de) | VERFAHREN ZUM ERSTELLEN EINES VERZEICHNISSES VON STRAßENABSCHNITTEN, VERFAHREN ZUM ERMITTELN ALLER STRAßENABSCHNITTE INNERHALB EINES SUCHGEBIETS UND COMPUTERPROGRAMM | |
| WO2010094596A1 (de) | Verfahren zum betreiben eines informationssystems, informationssystem und speichermedium | |
| DE102019008662A1 (de) | Verfahren zur parallelen und/oder inkrementellen Geolokalisierung von Grundursachen von durch ein Fahrzeug erfassten Ereignissen | |
| DE102008047914B4 (de) | Navigationssystem, Verfahren und Computerprogrammprodukt zum Betreiben des Navigationssystems | |
| DE102015200075B4 (de) | Verfahren zur Zuordnung von streckenbezogenen Daten eines Online-Dienstes und Navigationssystem | |
| DE10201161A1 (de) | Verfahren zur Darstellung von Ortsnamen, Informationsträger und Navigationsvorrichtung hierzu | |
| WO2007033873A1 (de) | Verfahren zur aktualisierung von digitalen karten | |
| EP1883024A1 (de) | Verfahren zum Betrieb eines Navigationssystems | |
| WO2021064241A1 (de) | Datenstruktur, speichermittel und vorrichtung | |
| WO2012107427A1 (de) | Verfahren zur rechnergestützten navigation in einem datenbestand | |
| Touir | A Theoretical and Empirical Evaluation of a Novel Spatial Data Indexing Structure | |
| WO2003030019A2 (de) | Verfahren und anordnung zur speicherung hierarchisch abhängiger daten | |
| DE102004033079A1 (de) | Verfahren zur Steuerung des Zugriffs auf in einer Datenbank gespeicherte Daten |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| PUAI | Public reference made under article 153(3) epc to a published international application that has entered the european phase |
Free format text: ORIGINAL CODE: 0009012 |
|
| 17P | Request for examination filed |
Effective date: 20110627 |
|
| AK | Designated contracting states |
Kind code of ref document: A1 Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HR HU IE IS IT LI LT LU LV MC MK MT NL NO PL PT RO SE SI SK SM TR |
|
| RIN1 | Information on inventor provided before grant (corrected) |
Inventor name: ZEHNER, STEFFEN Inventor name: PFEIFLE, MARTIN Inventor name: STEGE, KURT |
|
| DAX | Request for extension of the european patent (deleted) | ||
| 17Q | First examination report despatched |
Effective date: 20180226 |
|
| STAA | Information on the status of an ep patent application or granted ep patent |
Free format text: STATUS: THE APPLICATION IS DEEMED TO BE WITHDRAWN |
|
| 18D | Application deemed to be withdrawn |
Effective date: 20190601 |