SG10202008564PA - Data Base System and Method for Maintaining a Data Base - Google Patents

Data Base System and Method for Maintaining a Data Base

Info

Publication number
SG10202008564PA
SG10202008564PA SG10202008564PA SG10202008564PA SG10202008564PA SG 10202008564P A SG10202008564P A SG 10202008564PA SG 10202008564P A SG10202008564P A SG 10202008564PA SG 10202008564P A SG10202008564P A SG 10202008564PA SG 10202008564P A SG10202008564P A SG 10202008564PA
Authority
SG
Singapore
Prior art keywords
data base
entity state
entity
data
writing
Prior art date
Application number
SG10202008564PA
Inventor
Li Muqi
Zhong Shiqi
Wang Chao
Liu Jun
Kansal Varun
Original Assignee
Grabtaxi Holdings Pte Ltd
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Grabtaxi Holdings Pte Ltd filed Critical Grabtaxi Holdings Pte Ltd
Priority to SG10202008564PA priority Critical patent/SG10202008564PA/en
Priority to PCT/SG2021/050528 priority patent/WO2022050900A1/en
Priority to US18/023,897 priority patent/US12242483B2/en
Priority to CN202180054240.8A priority patent/CN116034351A/en
Priority to TW110132692A priority patent/TW202215264A/en
Publication of SG10202008564PA publication Critical patent/SG10202008564PA/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24552Database cache management
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/21Design, administration or maintenance of databases
    • G06F16/215Improving data quality; Data cleansing, e.g. de-duplication, removing invalid entries or correcting typographical errors
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/258Data format conversion from or to a database

Landscapes

  • Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Computational Linguistics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Description

DATA BASE SYSTEM AND METHOD FOR MAINTAINING A DATA BASE
TECHNICAL FIELD
[0001] Various aspects of this disclosure relate to data base systems and methods for maintaining a data base.
BACKGROUND
[0002] Whether customers are satisfied with an e-hailing service which enables customers to hail taxis using their smartphones largely depends on the quality of the e-hailing service’s drivers, i.e. whether they take sensible routes, do not try to cheat the customers and are friendly.
To have control over the quality of the drivers, an e-hailing server may maintain a data base storing information a driver, such as whether the driver is whitelisted or blacklisted for the e- hailing service. Similarly, it may be desirable to whitelist or blacklist passengers, e.g. if they do not pay or misbehave. In general, data bases may be maintained storing entity (e.g. driver or passenger) states. Efficient approaches for maintaining such data bases, in particular when they are being accessed by a multiplicity of devices and services, are desirable.
SUMMARY
[0003] Various embodiments concern a data base system comprising a data base for storing entity states, a configuration interface configured to receive, for an entity state type, a specification of an entity state data format for writing an entity state of the entity state type to the data base and a data base access interface configured to receive a write request for writing an entity state to the data base, check whether the write request includes entity state data for writing the entity state to the data base in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base, reject the write request if the write request does not include the entity state data in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base and write the entity state data to the data base if the write request includes the entity state data in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base.
[0004] According to one embodiment, the data base system further comprises a data base cache, wherein the data base access interface is configured to receive a read request for reading an entity state from the data base system, look up the entity state in the cache layer; and respond to the read request by providing the entity state if the entity state is included in the data base cache.
[0005] According to one embodiment, the data base access interface is configured to reject the read request if the entity state is not stored in the data base cache.
[0006] According to one embodiment, the data base access interface is configured to write the entity state to both the data base and the data base cache if the write request includes the entity state data in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base.
[0007] According to one embodiment, the data base cache is non-relational.
[0008] According to one embodiment, the data base is relational or is non-relational.
[0009] According to one embodiment, the data base access interface supports multi-tenancy to handle write requests and read requests from multiple services and devices.
[0010] According to one embodiment, the data base access interface comprises a streaming interface and is configured to assign write requests it receives to a write stream and is configured to export the write requests in the write stream for writing entity type data contained in the write requests to the data base and to the data base cache.
[0011] According to one embodiment, the data base access interface is configured to check for each write request in the write stream whether the write request includes entity state data for writing the entity state to the data base in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base and export the write requests to the data base if the write request includes the entity state data in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base.
[0012] According to one embodiment, the data base access interface is configured to receive the specification of the entity state data format in a configuration write request.
[0013] According to one embodiment, the data base system is configured to receive a configuration read request for a specification of an entity state data format for writing an entity state of the entity state type to the data base and to provide the specification of the entity state data format in response to the configuration read request.
[0014] According to one embodiment, a method for maintaining a data base is provided comprising receiving, for an entity state type, a specification of an entity state data format for writing an entity state of the entity state type to a data base, receiving a write request for writing an entity state to the data base, checking whether the write request includes entity state data for writing the entity state to the data base in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base, rejecting the write request if the write request does not include the entity state data in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base and writing the entity state data to the data base if the write request includes the entity state data in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base.
[0015] According to one embodiment, a computer program element is provided comprising program instructions, which, when executed by one or more processors, cause the one or more processors to perform the method for maintaining a data base described above.
[0016] According to one embodiment, a computer-readable medium is provided comprising program instructions, which, when executed by one or more processors, cause the one or more processors to perform the method for maintaining a data base described above.
[0017] It should be noted that embodiments described in context of the data base system are analogously valid for the method for maintaining a data base.
BRIEF DESCRIPTION OF THE DRAWINGS
[0018] The invention will be better understood with reference to the detailed description when considered in conjunction with the non-limiting examples and the accompanying drawings, in which: — FIG. 1 shows a communication arrangement for usage of an e-hailing service including a smartphone and a server. — FIG. 2 shows the architecture of a data base system according to an embodiment. — FIG. 3 shows a data base system according to an embodiment. — FIG. 4 shows a flow diagram illustrating a method for maintaining a data base according to an embodiment.
DETAILED DESCRIPTION
[0019] The following detailed description refers to the accompanying drawings that show, by way of illustration, specific details and embodiments in which the disclosure may be practiced. These embodiments are described in sufficient detail to enable those skilled in the art to practice the disclosure. Other embodiments may be utilized and structural, and logical changes may be made without departing from the scope of the disclosure. The various embodiments are not necessarily mutually exclusive, as some embodiments can be combined with one or more other embodiments to form new embodiments.
[0020] Embodiments described in the context of one of the devices or methods are analogously valid for the other devices or methods. Similarly, embodiments described in the context of a device are analogously valid for a vehicle or a method, and vice-versa.
[0021] Features that are described in the context of an embodiment may correspondingly be applicable to the same or similar features in the other embodiments. Features that are described in the context of an embodiment may correspondingly be applicable to the other embodiments, even if not explicitly described in these other embodiments. Furthermore, additions and/or combinations and/or alternatives as described for a feature in the context of an embodiment may correspondingly be applicable to the same or similar feature in the other embodiments.
[0022] In the context of various embodiments, the articles “a”, “an” and “the” as used with regard to a feature or element include a reference to one or more of the features or elements.
[0023] As used herein, the term “and/or” includes any and all combinations of one or more of the associated listed items.
[0024] In the following, embodiments will be described in detail.
[0025] An e-hailing app, typically used on a smartphone, allows its user to hail a taxi (or also a private driver) through his or her smartphone for a trip.
[0026] FIG. 1 shows a communication arrangement including a smartphone 100 and a server (computer) 106.
[0027] The smartphone 100 has a screen showing the graphical user interface (GUI) of an e-hailing app that the smartphone’s user has previously installed on his smartphone and has opened (i.e. started) to e-hail a ride (taxi or private driver).
[0028] The GUI 101 includes a map 102 of the vicinity of the user’s position (which the app may determine based on a location service, e.g. a GPS-based location service). Further, the
GUI 101 includes a box for point of departure 103 (which may be set to the user’s present location obtained from location service) and a box for destination 104 which the user may touch to enter a destination (e.g. opening a list of possible destinations). There may also be a menu (not shown) allowing the user to select various options, e.g. how to pay (cash, credit card, credit balance of the e-hailing service). When the user has selected a destination and made any necessary option selections, he or she may touch a “find car” button 105 to initiate searching of a suitable car.
[0029] For this, the e-hailing app communicates with the server 106 of the e-hailing service via a radio connection. The server 106 may include a data base having information about the current location of registered vehicles 108, about when they are expected to be free, about traffic jams etc. From this, a processor 110 of the server 106 selects the most suitable vehicle (if available, i.e. if the request can be fulfilled) and provides an estimate of the time when the driver will be there to pick up the user, a price of the ride and how long it will take to get to the destination. The server communicates this back to the smartphone 100 and the smartphone 100 displays this information on the GUI 101. The user may then accept (i.e. book) by touching a corresponding button. If the user accepts, the server 106 informs the selected vehicle 108 (or, equivalently, its driver), i.e. the vehicle the server 106 has allocated for fulfilling the transport request.
[0030] It should be noted while the server 106 is described as a single server, its functionality, e.g. for providing an e-hailing service for a whole city, will in practical application typically be provided by an arrangement of multiple server computers (e.g. implementing a cloud service). Accordingly, the functionality described in the following provided by the server 106 may be understood to be provided by an arrangement of servers or server computers.
[0031] For the operator of an e-hailing service, it is of high importance that the quality of the drivers of the vehicles 108 which may be allocated to trips is high because customers will be unhappy and may stop using the e-hailing service if their driver is unfriendly, takes poor routes (e.g. taking too long) or even tries to cheat them. To be able to ensure the driver’s quality, the server 106 may maintain a data base 108 storing information about drivers, such as whether the driver is whitelisted or blacklisted for the e-hailing service.
[0032] Similarly, it may be desirable to whitelist or blacklist a passenger, e.g. blacklist a passenger who misbehaves. The server 106 may reject booking requests from a blacklisted passenger (e.g. identifies by his or her e-hailing service account or mobile number).
[0033] The data base 108 is, according to various embodiments, part of a data base system 107 which may be external to the server 106 but may also be implemented locally in a memory 109 of the server 106.
[0034] In general, a data base may be maintained storing entity states. In the above example of an e-hailing service, the entity would be a driver and the state would be whether the driver is whitelisted.
[0035] Entity states are stored in the data base in form of entity state data. In the general case, the entity state data is a list of entity-state pairs. Each entity-state pair defines and entity and its state by specifying one of multiple values of the state. This means that an entity state is stored by storing an entity state value. The entity, the entity state and the possible entity state values depend on the application scenario. For example, in an e-hailing service, the entity may be a driver, the entity state may be a Ban Status and the value may be “true” (if the driver is banned, i.e. blacklisted) or “false” (if the driver is not banned).
[0036] At large scale companies, different types of entity state data like this are typically maintained and updated at a very large scale across different services. As the entity state data scale continuously, issues arise like: ® When referring to storage and lookup of an entity state, engineers should have a common "where" and "how" methodology to handle that; ® Multiple programs be written and used for accessing the data base. It is important to keep track of the different entity states that have been defined and used; * Managing the scale and storage becomes hard due to the freestyle of adding additional entity states; ® Resource costs may increase because of overly use of high-cost infrastructure without consideration; ® The performance is under risk if there is no control of traffic accessing the shared storage tier (i.e. a shared data base). * Jt may be desirable to have the useful entity states as unified structured data, which can be valuable on offline analytics.
[0037] In view of the above issues, according to various embodiments, an Entity State
Management & Tracking System in form of a data base system is provided. The data base system provided according to various embodiments overcomes the above issues and thus provides an improvement over conventional data base systems. In particular, data duplication,
confusion of data access, high system costs, etc. can be avoided by the provided data base system which allows storing the entity state data for a high number of entities in one place with a unified structure.
[0038] FIG. 2 shows a data base system 200 according to an embodiment.
[0039] The data base system 200 comprises a cache 201 (implementing a cache layer of the data base system), e.g. implemented using Redis, to serve Entity States lookups. Redis is an in- memory data structure project implementing a distributed, in-memory key-value data base with optional durability.
[0040] Further, the data base system 200 comprises a data base 202 (implementing a data persistence layer), e.g. implemented using Mysql or DynamoDB, to serve Entity States writes.
DynamoDB is a fully managed proprietary NoSQL data base service that supports key-value and document data structures.
[0041] A data base access interface 203 (or data base access layer) provides access (i.e. provides a data base access service) for data base clients 204. The data base clients 204 may correspond to various devices, in particular servers providing services themselves. In context of an e-hailing service, a requesting entity may for example be a server 106 providing a service for ensuring safety, a service for preventing fraud, a service for ensuring customer trust in the e-hailing service etc.
[0042] To avoid the freestyle’ of data management, the data base access interface 203 performs a strong format check for each entity state update by inducing EntityStateType configurations. For example, the data base access interface 203 may ensure that every write access to the data base 202 of an entity state is in line with a format configured for the entity state, i.e. that the entity state data to be stored is in line with the configured format.
Configurations of entity state data formats and updates thereof are provided to the data base system 200 by a data format configuration server 205, e.g. via a configuration interface of the data base system 200. A data base client 204 may send a request for an entity state data format to the data base system 200. The data base system 200 may have a memory storing the entity state data formats and provide them in response to entity state data format requests. This allows a data base client 204 to be informed about the format it needs to use for storing or updating an entity state in the data base 202.
[0043] As acentralized platform to share unified data across different services (provided by data base clients 204) and at the same time to avoid over exposure, the data base system 200 (in particular the data base access interface 203) supports multi-tenancy support.
[0044] For allowing read accesses for entity states, write accesses for entity states, read requests for entity state data formats and write requests for entity state data formats (by the configuration server 205), the data base access interface provides a BatchReadEntityStates
API (application programming interface), a BatchWriteEntityStates API, a ReadConfigs API and a WriteConfig API, respectively.
[0045] According to one embodiment, the data base system comprises a streaming interface 206 (implementing a streaming layer), for example implemented using Kafka, to streamline the traffic accessing the data base system 200 (i.e. entity state read requests and entity state write requests). This allows in particular a cost-efficient implementation of the data base system. Kafka is an open-source stream-processing software platform which aims to provide a unified, high-throughput, low-latency platform for handling real-time data feeds.
[0046] In the following, examples for entity state read requests, entity state write requests, as well as requests for reading the configuration of the data format of an entity state and writing the configuration of the data format of an entity state (for defining and updating a configuration) are given.
[0047] Table 1 shows an example of an entity state read request, i.e. a request for reading an entity state stored in the data base system. The entity state read request is sent by one of the data base clients 204. The entity is in this example a passenger and the entity state is whether the passenger is whitelisted (which may be true or false). The request specifies a tenant which may be an identification of the requesting entity.
Table 1
[0048] When receiving an entity state read request, the data base access interface 203 to respond to it by read only from the cache 201. If there is a cache miss (i.e. the requested entity state value is not stored in the cache), the data base access interface 203 assumes that the requested entity state value is not contained in the data base 202 either. In some examples, the data base 202 and the cache 201 are dimensioned such that each has a virtual unlimited capacity, for example, the storage capacity of each is higher than estimated peak storage needs.
In some examples, the data base access interface may be configured to write the entity state to both the data base and the data base cache if the write request includes the entity state data in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base. So there would not be a case where valid data only exists in the data base 202 but not in the cache 201.
[0049] According to various embodiments, an entity state may be deleted when then value of "expiredAt" exceeds the current time.
[0050] Table 2 shows an example of a response to an entity state read request. The response is sent by the data base interface 203 to the data base client 204 having sent the entity state read request.
Table 2
[0051] Table 3 shows an example of an entity state write request, i.e. a request for writing an entity state to the data base system or updating an entity state stored in the data base system.
The entity state write request is sent by one of the data base clients 204. The entity is in this example a passenger, the entity state is whether the passenger is whitelisted and the entity state value is “true”.
Table 3
[0052] The data base access layer 203 puts, for each entity state write request that it receives in form of a State Update Event into the streaming interface 206, which may be dedicated to writing, for example, indicated in FIG. 2 as “Trust-entity-state Stream”. For each write request in the write stream, the data base access layer 203 checks whether it contains entity type data which is in line with the configured entity type data format and writes the entity type data to the cache 201 and to the data base 202 if the entity type data which is in line with the configured entity type data format. The data base access layer 203 may write the entity type data to the cache 201 and to the data base 202 in an asynchronous pattern (i.e. asynchronously).
[0053] Table 4 shows an example of an entity state data format read request, i.e. a request for reading an entity state data format that is to be used for writing an entity state to the data base system 200. The entity state data format read request is sent by one of the data base clients 204 or by the configuration server 205. As previously explained, the data base access interface may be configured to write the entity state to both the data base and the data base cache if the write request includes the entity state data in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base.
Table 4
[0054] Table 5 shows an example of a response to an entity state data format read request,
The response to the entity state data format read request is sent by the data base access interface 203 to the respective requesting entity, which may be a data base client 204 or the configuration server 205.
Table 5
[0055] Table 6 shows an example of an entity state data format write request, i.e. a request for writing (i.e. configuring) an entity state data format that is to be used for writing an entity state to the data base system 200. The entity state data format write request is sent by the configuration server 205.
Table 6
[0056] In summary, according to various embodiments, a data base system is provided as illustrated in FIG. 3.
[0057] FIG. 3 shows a data base system 300.
[0058] The data base system 300 comprises a data base 301 for storing entity states and a configuration interface 302 configured to receive, for an entity state type, a specification of an entity state data format for writing an entity state of the entity state type to the data base.
[0059] The data base system 300 further comprises a data base access interface 303 configured to receive a write request for writing an entity state to the data base, check whether the write request includes entity state data for writing the entity state to the data base in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base, reject the write request if the write request does not include the entity state data in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base and write the entity state data to the data base if the write request includes the entity state data in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base.
[0060] According to various embodiments, in other words, a data base access layer ensures that the data regarding entity states to be stored in a data base follows a predefined format.
[0061] The approach of FIG. 3 (in its exemplary implementations as described above) allows achieving fast handling of many accesses for a multiplicity of accessing services. For example, in one implementation, the data base system achieves read at 1 Million QPS (queries per second), writes at 10K QPS with latency of read P99 at 50 ms and writes P99 at 500 ms.
[0062] According to one embodiment, a method is provided as illustrated in FIG. 4.
[0063] FIG. 4 shows a flow diagram illustrating a method for maintaining a data base.
[0064] In 401, for an entity state type, a specification of an entity state data format for writing an entity state of the entity state type to a data base is received.
[0065] In 402, a write request for writing an entity state to the data base is received.
[0066] In 403 it is checked whether the write request includes entity state data for writing the entity state to the data base in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base.
[0067] In 404 the write request is rejected if the write request does not include the entity state data in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base.
[0068] In 405, the entity state data is written to the data base if the write request includes the entity state data in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base.
[0069] The methods described herein may be performed and the various processing or computation units and devices described herein may be implemented by one or more circuits.
In an embodiment, a "circuit" may be understood as any kind of a logic implementing entity, which may be hardware, software, firmware, or any combination thereof. Thus, in an embodiment, a "circuit" may be a hard-wired logic circuit or a programmable logic circuit such as a programmable processor, e.g. a microprocessor. A "circuit" may also be software being implemented or executed by a processor, e.g. any kind of computer program, e.g. a computer program using a virtual machine code. Any other kind of implementation of the respective functions which are described herein may also be understood as a "circuit" in accordance with an alternative embodiment.
[0070] While the disclosure has been particularly shown and described with reference to specific embodiments, it should be understood by those skilled in the art that various changes in form and detail may be made therein without departing from the spirit and scope of the invention as defined by the appended claims.
The scope of the invention is thus indicated by the appended claims and all changes which come within the meaning and range of equivalency of the claims are therefore intended to be embraced.

Claims (14)

  1. I. A data base system comprising: a data base for storing entity states; a configuration interface configured to receive, for an entity state type, a specification of an entity state data format for writing an entity state of the entity state type to the data base; and a data base access interface configured to receive a write request for writing an entity state to the data base; check whether the write request includes entity state data for writing the entity state to the data base in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base; reject the write request if the write request does not include the entity state data in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base; and write the entity state data to the data base if the write request includes the entity state data in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base.
  2. 2. The data base system of claim 1, further comprising a data base cache, wherein the data base access interface is configured to receive a read request for reading an entity state from the data base system; look up the entity state in the cache layer; and respond to the read request by providing the entity state if the entity state is included in the data base cache.
  3. 3. The data base system of claim 2, wherein the data base access interface is configured to reject the read request if the entity state is not stored in the data base cache.
  4. 4. The data base system of any one of claims 1 to 3, wherein the data base access interface is configured to write the entity state to both the data base and the data base cache if the write request includes the entity state data in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base.
  5. 5. The data base system of any one of claims 2 to 4, wherein the data base cache is non- relational.
  6. 6. The data base system of any one of claims 1 to 5, wherein the data base is relational or is non-relational.
  7. 7. The data base system of any one of claims 1 to 6, wherein the data base access interface supports multi-tenancy to handle write requests and read requests from multiple services and devices.
  8. 8. The data base system of any one of claims 1 to 7, wherein the data base access interface comprises a streaming interface and is configured to assign write requests it receives to a write stream and is configured to export the write requests in the write stream for writing entity type data contained in the write requests to the data base and to the data base cache.
  9. 9. The data base system of claim 8, wherein the data base access interface is configured to check for each write request in the write stream whether the write request includes entity state data for writing the entity state to the data base in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base; and export the write requests to the data base if the write request includes the entity state data in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base.
  10. 10. The data base system of any one of claims 1 to 9, wherein the data base access interface is configured to receive the specification of the entity state data format in a configuration write request.
  11. 11. The data base system of any one of claims 1 to 10, wherein the data base system is configured to receive a configuration read request for a specification of an entity state data format for writing an entity state of the entity state type to the data base and to provide the specification of the entity state data format in response to the configuration read request.
  12. 12. Method for maintaining a data base comprising: receiving, for an entity state type, a specification of an entity state data format for writing an entity state of the entity state type to a data base; receiving a write request for writing an entity state to the data base; checking whether the write request includes entity state data for writing the entity state to the data base in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base; rejecting the write request if the write request does not include the entity state data in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base; and writing the entity state data to the data base if the write request includes the entity state data in an entity state data format specified for writing entity states of the entity state’s entity state type to the data base.
  13. 13. A computer program element comprising program instructions, which, when executed by one or more processors, cause the one or more processors to perform the method of claim 12.
  14. 14. A computer-readable medium comprising program instructions, which, when executed by one or more processors, cause the one or more processors to perform the method of claim 12.
SG10202008564PA 2020-09-03 2020-09-03 Data Base System and Method for Maintaining a Data Base SG10202008564PA (en)

Priority Applications (5)

Application Number Priority Date Filing Date Title
SG10202008564PA SG10202008564PA (en) 2020-09-03 2020-09-03 Data Base System and Method for Maintaining a Data Base
PCT/SG2021/050528 WO2022050900A1 (en) 2020-09-03 2021-09-01 Data base system and method for maintaining a data base
US18/023,897 US12242483B2 (en) 2020-09-03 2021-09-01 Data base system and method for maintaining a data base
CN202180054240.8A CN116034351A (en) 2020-09-03 2021-09-01 Database system and method for maintaining a database
TW110132692A TW202215264A (en) 2020-09-03 2021-09-02 Data base system and method for maintaining a data base

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
SG10202008564PA SG10202008564PA (en) 2020-09-03 2020-09-03 Data Base System and Method for Maintaining a Data Base

Publications (1)

Publication Number Publication Date
SG10202008564PA true SG10202008564PA (en) 2021-12-30

Family

ID=80492471

Family Applications (1)

Application Number Title Priority Date Filing Date
SG10202008564PA SG10202008564PA (en) 2020-09-03 2020-09-03 Data Base System and Method for Maintaining a Data Base

Country Status (5)

Country Link
US (1) US12242483B2 (en)
CN (1) CN116034351A (en)
SG (1) SG10202008564PA (en)
TW (1) TW202215264A (en)
WO (1) WO2022050900A1 (en)

Family Cites Families (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7284271B2 (en) * 2001-03-14 2007-10-16 Microsoft Corporation Authorizing a requesting entity to operate upon data structures
US8140529B2 (en) * 2005-07-28 2012-03-20 International Business Machines Corporation Method and apparatus for autonomically regulating information transfer when accessing database resources
CN101515291A (en) * 2009-03-26 2009-08-26 北京泰合佳通信息技术有限公司 Method for leading data into database in a batch way and system thereof
CN101901218A (en) * 2009-05-27 2010-12-01 北京启明星辰信息技术股份有限公司 General data loading device and method
KR20120115233A (en) * 2009-11-13 2012-10-17 아브 이니티오 테크놀로지 엘엘시 Managing record format information
US8447754B2 (en) 2010-04-19 2013-05-21 Salesforce.Com, Inc. Methods and systems for optimizing queries in a multi-tenant store
US9436710B2 (en) 2010-09-28 2016-09-06 Redis Labs Ltd. Systems, methods, and media for managing an in-memory NoSQL database
CN102521254B (en) * 2011-11-17 2013-04-10 广东电网公司电力科学研究院 Uniform access method of isomeric database
CN104662539B (en) 2012-09-27 2018-02-23 艾玛迪斯简易股份公司 Store and retrieve the method and system of data
US9037801B2 (en) * 2012-09-27 2015-05-19 Amadeus S.A.S. Method and system of storing and retrieving data
US10339155B2 (en) * 2016-04-29 2019-07-02 King.Com Ltd. Method and system for data handling
CN107133447A (en) 2017-03-27 2017-09-05 牡丹江医学院 A kind of medical research data management system and method
CN107329849B (en) 2017-07-06 2021-01-29 北京理工大学 Data verification method and system based on Java system
CN107885824A (en) * 2017-11-07 2018-04-06 北京锐安科技有限公司 A kind of data read-write method and system
US10866893B2 (en) * 2018-01-23 2020-12-15 Home Depot Product Authority, Llc Cache coherency engine

Also Published As

Publication number Publication date
US20230315735A1 (en) 2023-10-05
US12242483B2 (en) 2025-03-04
CN116034351A (en) 2023-04-28
WO2022050900A1 (en) 2022-03-10
TW202215264A (en) 2022-04-16

Similar Documents

Publication Publication Date Title
CN104508678B (en) Security and data isolation for tenants in commercial data systems
US10298666B2 (en) Resource management for multiple desktop configurations for supporting virtual desktops of different user classes
CN110569657B (en) Data access method, device, equipment and storage medium
US20180293687A1 (en) Ridesharing management for autonomous vehicles
US20100306393A1 (en) External access and partner delegation
JP2020515818A (en) System and method for managing assets in a geographical location
US20150019757A1 (en) Geometric determination of shared travel routes
CN103312624A (en) Message queue service system and method
US20250341978A1 (en) Zone Segment Drive Management
US12210640B1 (en) System, method, and computer program for managing sensitive local data for a global application in compliance with local data residency requirements
US20210274313A1 (en) Management of geographically and temporarily distributed services
KR20130006883A (en) System and method for sharing contents using virtual group
US20100185451A1 (en) Business-responsibility-centric identity management
WO2022231514A1 (en) Data storage system and method for controlling access to data stored in a data storage
US12242483B2 (en) Data base system and method for maintaining a data base
US20100058466A1 (en) Systems and methods for providing security for software applications
US20190179754A1 (en) Memory barriers in a coherence directory
EP3828728B1 (en) SYSTEM AND METHOD FOR DIFFERENTIAL ACCESS CONTROL OF SHARED DATA
US20120151167A1 (en) Systems and methods for managing read-only memory
US11709952B2 (en) System and method of differential access control of shared data
US20190325525A1 (en) Insurance price determination of autonomous vehicle based on predicted accident threat from surrounding vehicles
US12056674B2 (en) Security for connected devices
US20160142472A1 (en) System, method, and medium
WO2024102069A1 (en) Device and method for allocating a transport vehicle to a transport task
CN121998137A (en) Methods, apparatus, devices and storage media for travel information processing