Database system and a method of data retrieval from the system

Data processing: database and file management or data structures – Database design – Data structure types

Reexamination Certificate

Rate now

  [ 0.00 ] – not rated yet Voters 0   Comments 0

Details

C707S793000, C707S793000, C707S793000, C707S793000, C707S793000, C709S203000, C709S217000

Reexamination Certificate

active

06681227

ABSTRACT:

BACKGROUND OF THE INVENTION
1. Field of the Invention
The present invention relates to a database system, data retrieval method, and storage medium and, more particularly, to a technique suitably used in a retrieval system that finds out desired data from a plurality of distributed databases.
2. Description of the Related Art
As the performance of computers becomes higher in recent years, a large-scale computer such as a single main frame or the like has been replaced by a distributed system built by a plurality of workstations or personal computers in recent years. The distributed system makes development and maintenance of the system relatively easy. As an example of the distributed system, the so-called Internet is known.
In the Internet, a plurality of computers are distributed worldwide as servers or clients, and construct a single, huge database (to be abbreviated as a DB hereinafter). Text information, image information, and the like are registered in these DBs or are read out therefrom using some protocols. Not only in such Internet, but also in a system that deals with a huge volume of data, DBs tend to be distributed.
When desired information is read out from such distributed DBs, it requires very much time and labor to search all servers that manage these DBs for required information. More specifically, since the user does not know the location of information to be read out in the distributed DBs, he or she must access servers allocated in correspondence with these DBs in turn and must repeat search until he or she finds desired information.
It is impossible to retrieve required information from all the servers unless the user knows the locations (address information such as URL: Uniform Resource Locator) of all DB servers. However, the distributed DB servers constantly register or delete data, and each DB server itself is constantly connected to or disconnected from the network. Hence, it is very hard for the user to recognize all these facts and to retrieve accurate information.
In order to eliminate such inconvenience, address retrieval services called search engines are available in, e.g., the Internet. Each search engine collects URL information automatically or manually, and a required URL can be retrieved by inputting, e.g., a keyword. For example, if a search using a keyword “patent” is made, the URLs of servers relevant to “patent” are output.
However, the search engine can only retrieve the URL information of a DB server, but cannot search an RDBMS (relational DB management system) built in the server at that retrieved URL. Therefore, in order to search an RDBMS or the like, the user retrieves information of a desired server from the search engine, and then connects to the desired server on the basis of the retrieval result. Then, the user searches the DB for his or her required information using a DB retrieval method corresponding to that server.
In this way, conventionally, upon acquiring desired data, when DBs that store various kinds of data are distributed, data retrieval requires much time and labor.
Furthermore, in the RDBMS, the maximum number of columns that can be held in one table is normally limited. Hence, in an RDBMS, the maximum number of columns of which is limited to 256, when a table having 257 or more columns is created, a plurality of tables (real tables) each including 256 columns or less are generated, and are related to apparently build a database as a single table (view).
For example, single view X shown in
FIG. 1
is made up of three real tables A, B, and C, which are related. More specifically, identical data is stored in key columns a
1
, b
1
, and c
1
on real tables A, B, and C, and column x
1
of view X is formed using these columns a
1
, b
1
, and c
1
as joint keys, thus maintaining consistency among the three independent tables. That is, column x
1
on view X is common to three columns a
1
, b
1
, and c
1
.
Also, columns a
2
, a
3
, and a
4
on real table A correspond to columns x
2
, x
3
, and x
4
on view X, column b
2
, b
3
, b
4
, and b
5
on real table B to columns x
5
, x
6
, x
7
, and x
8
on view X, and columns c
2
and c
3
on real table C to columns x
8
and x
9
on view X, respectively. Paying attention to column x
8
on view X, two columns, i.e., column b
5
on real table B and column c
2
on real table C are related to this column. In other words, these columns b
5
and c
2
on real tables B and C store identical data.
A protocol for creating single view X from three real tables A, B, and C is as follows:
create view viewX (x
1
, x
2
, x
3
, x
4
, x
5
, x
6
, x
7
, x
8
, x
9
)
as select a
1
, a
2
, a
3
, a
4
, b
2
, b
3
, b
4
, b
5
, c
3
from TableA, TableB, TableC
where a
1
=b
1
and a
1
=c
1
and b
5
=c
2
However, when such DB having a plurality of real tables A, B, and C is searched for given data, the following problem is posed. That is, in a conventional DB system, since a search is made by calling all the related real tables, all real tables A, B, and C are to be searched irrespective of real table in which desired data is located, and the individual real tables are searched in turn in accordance with a search formula input by the user.
Assuming that data to be retrieved pertains to columns x
8
and x
9
on view X, since column x
8
on view X has data common to columns b
5
and c
2
on real tables B and C, actual search can be completed using only real table C that corresponds to both columns x
8
and x
9
without using real table B. Since columns x
8
and x
9
on view X correspond to none of the columns on real table A, there is no need for searching real time A in practice.
More specifically, in the conventional DB system, a broad range is searched by joining real tables more than required. Such processing prolongs the DB search time, and requires a more memory area of the computer that forms the system than required, resulting in low search performance.
When the user searches the DB, all the real tables must be joined. However, since the number of columns is also limited on a view provided by an RDBMS as in a real table, a long view cannot be formed beyond the physical limitation. Therefore, upon observing the contents of a view beyond the physical limitation, the contents must be presented to the user in units of real tables or by preparing a customized application program which manages data in units of real tables.
SUMMARY OF THE INVENTION
It is an object of the present invention to provide a mechanism that allows the user to easily search a DB system built by distributed DBs and their servers without requiring immediate connectivity to the distributed DB servers.
It is another object of the present invention to provide a mechanism which always recognizes information pertaining to each DB stored in distributed servers, and allows the user to retrieve the latest information at the time of search as a result without exerting any extra load on the user.
It is still another object of the present invention to provide a database system which can join tables at high speed with a minimum required memory capacity in a relational database system.
It is still another object of the present invention to create a long view beyond the physical limitation on a database.
In order to achieve the above objects, a database system built by distributing one or more databases and one or more first servers which search the databases for real data on a network, comprises metadata management means for collecting metadata which pertain to real data stored in the one or more databases from the one or more first servers, and managing the collected metadata, and metadata retrieval means for extracting metadata which matches a request from a user terminal connected to the network by search in response to the request.
Note that the metadata management means and metadata retrieval means may be located in one or more second servers different from the first servers.
According to another feature of the present invention, the metadata contains at least information indicating a location of the database or the firs

LandOfFree

Say what you really think

Search LandOfFree.com for the USA inventors and patents. Rate them and share your experience with other people.

Rating

Database system and a method of data retrieval from the system does not yet have a rating. At this time, there are no reviews or comments for this patent.

If you have personal experience with Database system and a method of data retrieval from the system, we encourage you to share that experience with our LandOfFree.com community. Your opinion is very important and Database system and a method of data retrieval from the system will most certainly appreciate the feedback.

Rate now

     

Profile ID: LFUS-PAI-O-3261726

  Search
All data on this website is collected from public sources. Our data reflects the most accurate information available at the time of publication.