US20220050842A1 - Querying a database - Google Patents
Querying a database Download PDFInfo
- Publication number
- US20220050842A1 US20220050842A1 US17/461,472 US202117461472A US2022050842A1 US 20220050842 A1 US20220050842 A1 US 20220050842A1 US 202117461472 A US202117461472 A US 202117461472A US 2022050842 A1 US2022050842 A1 US 2022050842A1
- Authority
- US
- United States
- Prior art keywords
- query
- user
- data
- determining
- event type
- 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.)
- Pending
Links
- 238000000034 method Methods 0.000 claims description 87
- 230000004044 response Effects 0.000 claims description 36
- 230000003111 delayed effect Effects 0.000 claims description 35
- 230000008569 process Effects 0.000 claims description 35
- 230000015654 memory Effects 0.000 description 20
- 238000012545 processing Methods 0.000 description 15
- 238000004891 communication Methods 0.000 description 11
- 238000004590 computer program Methods 0.000 description 10
- 238000010586 diagram Methods 0.000 description 8
- 230000006870 function Effects 0.000 description 6
- 238000004422 calculation algorithm Methods 0.000 description 4
- 230000008859 change Effects 0.000 description 4
- 230000003287 optical effect Effects 0.000 description 4
- 238000012546 transfer Methods 0.000 description 4
- 230000009471 action Effects 0.000 description 3
- 230000004075 alteration Effects 0.000 description 3
- 238000013459 approach Methods 0.000 description 3
- 230000008901 benefit Effects 0.000 description 3
- 230000006399 behavior Effects 0.000 description 2
- 230000010354 integration Effects 0.000 description 2
- 238000013515 script Methods 0.000 description 2
- 239000004065 semiconductor Substances 0.000 description 2
- 238000000926 separation method Methods 0.000 description 2
- 230000000007 visual effect Effects 0.000 description 2
- 108010001267 Protein Subunits Proteins 0.000 description 1
- 239000008186 active pharmaceutical agent Substances 0.000 description 1
- 230000005540 biological transmission Effects 0.000 description 1
- 238000006243 chemical reaction Methods 0.000 description 1
- 230000001419 dependent effect Effects 0.000 description 1
- 230000000368 destabilizing effect Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000000977 initiatory effect Effects 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 230000002452 interceptive effect Effects 0.000 description 1
- 239000004973 liquid crystal related substance Substances 0.000 description 1
- 230000007246 mechanism Effects 0.000 description 1
- 230000005055 memory storage Effects 0.000 description 1
- 230000000116 mitigating effect Effects 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000005192 partition Methods 0.000 description 1
- 230000000644 propagated effect Effects 0.000 description 1
- 230000011218 segmentation Effects 0.000 description 1
- 230000035945 sensitivity Effects 0.000 description 1
- 230000001953 sensory effect Effects 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 238000007619 statistical method Methods 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
- 239000000758 substrate Substances 0.000 description 1
- 230000001360 synchronised effect Effects 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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/24—Querying
- G06F16/245—Query processing
- G06F16/2453—Query optimisation
- G06F16/24534—Query rewriting; Transformation
- G06F16/24535—Query rewriting; Transformation of sub-queries or views
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR 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/24—Querying
- G06F16/245—Query processing
- G06F16/2453—Query optimisation
- G06F16/24534—Query rewriting; Transformation
- G06F16/24542—Plan optimisation
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/903—Querying
Definitions
- a user can query a database for information associated with an event.
- the amount of data to be queried is typically small.
- the database can quickly respond to the lightweight event log query without affecting normal operations of the database (for example, read and write operations).
- the amount of data to be queried is typically large. The database may not be able to quickly respond to the heavy event log query without affecting normal operations of the database.
- the present disclosure describes querying a database.
- a query is received from a user.
- a query event type and a query time range associated with the query are determined.
- An estimated amount of data to be queried associated with the determined query time range is determined based on at least a historical number of the query event type of the user.
- An allowable amount of data to be queried supported by a database for a single query is determined.
- One or more sub-queries for the received query are generated. Each sub-query is associated with a different time period within the determined query time range.
- a corresponding amount of data to be queried associated with each time period is less than, or equal to, the determined allowable amount of data to be queried.
- the database is queried with the generated one or more sub-queries.
- Implementations of the described subject matter can be implemented using a computer-implemented method; a non-transitory, computer-readable medium storing computer-readable instructions to perform the computer-implemented method; and a computer-implemented system comprising one or more computer memory devices interoperably coupled with one or more computers and having tangible, non-transitory, machine-readable media storing instructions that, when executed by the one or more computers, perform the computer-implemented method/the computer-readable instructions stored on the non-transitory, computer-readable medium.
- the described approach can be used to query a database.
- a user wants to query a database that involves a large amount of data stored in the database. If the amount of data exceeds the capability of the database (for example, a maximum amount of data to be queried, supported by the database for a single query), the query can be split into multiple sub-queries. Each sub-query is associated with a corresponding amount of data to be queried. Each corresponding amount of data to be queried does not exceed the capability of the database.
- the described approach can respond to a query that involves a large amount of data stored in a database without affecting normal operations of the database (for example, read and write operations). As a result, stability of the database can be improved.
- FIG. 1 is a flowchart illustrating an example of a computer-implemented method for querying a database, according to an implementation of the present disclosure.
- FIG. 2 is a block diagram illustrating an example of an event record querying system, according to an implementation of the present disclosure.
- FIG. 3 is a flowchart illustrating another example of a computer-implemented method for querying a database, according to an implementation of the present disclosure.
- FIG. 4 is a block diagram illustrating an example of an event record querying device, according to an implementation of the present disclosure.
- FIG. 5 is a block diagram illustrating an example of a computer-implemented system used to provide computational functionalities associated with described algorithms, methods, functions, processes, flows, and procedures, according to an implementation of the present disclosure.
- information associated with the Internet service usage can be stored in a database associated with the server.
- a database associated with the server.
- each operational behavior of an external user or each operation processed by the server can be considered an event.
- Information associated with an event (for example, time or content) can be stored in the database (for example, as a log).
- the database can be queried to retrieve event-related data (for example, an event list, statistical analysis, and fault location. Additionally, the database can be queried (for example, by online transaction record queries and bank account change record queries) to retrieve other types of data associated with particular query types.
- a database has a limited processing capability (for example, a maximum allowable amount of data returnable with a single query).
- the processing capability is determined by, for example, a computer processor, memory, and data structure associated with a particular database.
- the amount of data to be queried is typically smaller than the maximum allowable amount of data (for example, 10 transaction records in a month for a personal seller).
- the database can quickly respond to the lightweight event query without affecting normal operations of the database (for example, read and write operations).
- the amount of data to be queried is typically larger than the maximum allowable amount of data (for example, 10 million transaction records in a month for an E-commerce company).
- the database may not be able to quickly respond to the heavyweight event log query without affecting normal operations of the database. Additionally, responding to a heavyweight event query may decrease the stability of the database. Destabilizing the database can cause service disruptions and a non-optimal customer experience for end users.
- the described approach provides a mechanism to query a database that involves a large amount of data stored in the database.
- the heavyweight event query is split into multiple sub-queries. Each sub-query is associated with a corresponding amount of data to be queried, where each corresponding amount of data to be queried does not exceed the capability of the database.
- the multiple sub-queries are performed by the database to generate an overall response to the heavyweight event query.
- FIG. 1 is a flowchart illustrating an example of a computer-implemented method 100 for querying a database, according to an implementation of the present disclosure.
- method 100 can be performed, for example, by any system, environment, software, and hardware, or a combination of systems, environments, software, and hardware, as appropriate.
- various steps of method 100 can be run in parallel, in combination, in loops, or in any order.
- a query is received from a user.
- the user uses a terminal device to perform a query operation.
- the user can specify a query event type when performing the query operation.
- the query event type can be a transaction record, a credit card payment record, a money transfer record, or a reward point redemption record.
- the query event type can be set to a default value (for example, all event types are queried).
- the user can specify a query time range when performing the query operation.
- the user can specify a start time T1 and an end time T2 for the query.
- the user can specify the query time range to be a year, a month, a week, a day, an hour, or a minute. In some implementations, if the user does not specify the query time range, the query time range can be set to a default value (for example, all records in the last month are queried). In some implementations, the query is received by an event record query device, as discussed in FIG. 2 . From 110 , method 100 proceeds to 120 .
- a query event type and a query time range associated with the query are determined.
- the event record query device determines the query event type and the query time range from the received query. From 120 , method 100 proceeds to 130 .
- an estimated amount of data to be queried associated with the determined query time range is determined based on at least a historical number of the query event type of the user.
- an amount of data to be queried associated with the determined query time range can be determined by directly accessing the database. Directly accessing the database occupies some processing capability of the database.
- an amount of data to be queried associated with the determined query time range can be estimated based on a historical number of the query event type of the user, thereby avoiding mitigating use of the limited processing capability of the database.
- a historical number of the query event type of the user within the determined query time range can be estimated based on the user's historical behavior.
- specific statistical values are recorded, for example, by the event record query device in advance.
- the specific statistical values can be acquired in advance from the database or a backup database (for example, during an idle period of the database or the backup database), and stored, for example, at the event record query device.
- the specific statistical values can include statistical values in different historical time ranges (for example, last year or all valid historical).
- the specific statistical values can include statistical values in different fixed time periods (for example, a day, a week, or a month).
- the specific statistical values can include statistical values of different types (for example, an average number of an event type of a user in a fixed time period or a maximum number of an event type of a user in a fixed time period).
- the fixed time period Ts is statically set. For example, the fixed time period Ts can be set to a month based on partition of the time. In some implementations, the fixed time period Ts is dynamically set. For example, the fixed time period Ts can be set to a time period having a length of 30 days.
- Statically setting the fixed time period is simple to implement, but not sensitive to sudden data change. Dynamically setting the fixed time period is sensitive to sudden data change, thereby further improving stability of the database. From 130 , method 100 proceeds to 140 .
- an allowable amount of data to be queried, supported by a database for a single query is determined.
- the allowable amount of data to be queried, supported by a database for a single query is a maximum amount of data to be queried, currently supported by the database for a single query.
- the allowable amount of data to be queried, currently supported by the database for a single query is determined by a hardware configuration (for example, CPU and memory) of the database, software configuration (for example, software execution efficiency, data structure, an amount of a single piece of data), current load of the database, or various combinations of the hardware configuration, the software configuration, and the current load of the database.
- the allowable amount of data to be queried, supported by a database for a single query can be set to a fixed number. In some implementations, the allowable amount of data to be queried, supported by a database for a single query, can be estimated in real time. From 140 , method 100 proceeds to 150 .
- one or more sub-queries are generated for the received query.
- the received query is split into one or more sub-queries based on at least the determined estimated amount of data to be queried associated with the determined query time range and the determined allowable amount of data to be queried, supported by a database for a single query.
- Each sub-query is associated with a different time period within the determined query time range. A corresponding amount of data to be queried, associated with each time period, is less than or equal to the determined allowable amount of data to be queried.
- the number of one or more sub-queries, N is calculated by rounding up the value of Ce/Max, where Ce is the estimated historical number of the query event type of the user within the determined query time range [T1, T2], and Max is the allowable amount of data to be queried, supported by a database for a single query.
- the determined query time range [T1, T2] is divided into N segments. Assuming
- a closed interval is used for each time range segment.
- a semi-closed interval can be used for each time range segment.
- N is calculated by rounding up the value of Ce/Max
- the right endpoint of the last segment is T2, instead of T1+N* ⁇ .
- a length of the last segment is less than or equal to a length of each of other segments.
- other appropriate segmentation methods can be used to split the received query with the determined query time range into one or more sub-queries with corresponding time range segments. For example, a length of the first segment can be less than, or equal to, a length of each of other segments.
- N 1, where the determined estimated amount of data to be queried associated with the determined query time range does not exceed the allowable amount of data to be queried, supported by a database for a single query. In such a situation and in some implementations, the splitting of the received query is not performed. From 150 , method 100 proceeds to 160 .
- the database is queried with the generated one or more sub-queries, instead of the received query.
- the received query with a query time range [T1, T2] is split into N sub-queries.
- each sub-query does not exceed the limited processing capability of the database (for example, the allowable amount of data to be queried, supported by a database for a single query).
- the database can quickly respond to each sub-query, thereby avoiding a timeout for responding to the received query that involves a large amount of data stored in the database.
- FIG. 2 is a block diagram illustrating an example of an event record querying system 200 , according to an implementation of the present disclosure.
- System 200 can include user 210 , an event record query device 220 , and a database server 230 .
- system 200 can include additional or different (or a combination of both) components not shown in the block diagram.
- components can also be omitted from system 200 .
- the event record query device 220 is logically located between the user 210 and the database server 230 .
- the event record query device 220 receives a query, requesting data from the database server 230 , from the user 210 , and returns the requested data to the user 210 .
- the event record query device 220 is located on the network side of the event record querying system 200 .
- the event record query device 220 can be located in the database server 230 , or in an application server independent of the database server 230 .
- FIG. 3 is a flowchart illustrating another example of a computer-implemented method 300 for querying a database, according to an implementation of the present disclosure.
- method 300 can be performed, for example, by any system, environment, software, and hardware, or a combination of systems, environments, software, and hardware, as appropriate.
- various steps of method 300 can be run in parallel, in combination, in loops, or in any order.
- a query is received from a user.
- the user uses a terminal device to perform a query operation.
- the user can specify a query event type when performing the query operation.
- the query event type can be a transaction record, a credit card payment record, a money transfer record, or a reward point redemption record.
- the query event type can be set to a default value (for example, all event types are queried).
- the user can specify a query time range when performing the query operation.
- the user can specify a start time T1 and an end time T2 for the query.
- the user can specify the query time range to be a year, a month, a week, a day, an hour, or a minute. In some implementations, if the user does not specify the query time range, the query time range is set to a default setting (for example, all records in the last month are queried). In some implementations, the query is received by an event record query device, as discussed in FIG. 2 . From 310 , method 300 proceeds to 320 .
- a query event type and a query time range associated with the query are determined.
- the event record query device determines the query event type and the query time range from the received query. From 320 , method 300 proceeds to 330 .
- a first predefined threshold for example, C 1
- a second predefined threshold for example, C 2
- one or more sub-queries are generated for the received query based on an allowable amount of data to be queried, supported by a database for a single query.
- the allowable amount of data to be queried, supported by a database for a single query is a maximum amount of data to be queried, supported by the database for a single query.
- the operations performed in 340 are equivalent or similar to the operations performed in 130 - 150 , as discussed in FIG. 1 . From 340 , method 300 proceeds to 350 .
- the database is queried with the generated one or more sub-queries, instead of the received query.
- the received query with a query time range [T1, T2] is split into N sub-queries.
- each sub-query does not exceed the limited processing capability of the database (for example, an allowable amount of data to be queried, supported by a database for a single query).
- the database can respond quickly to each sub-query, thereby avoid a timeout for responding to the received query that involves a large amount of data stored in the database.
- method 300 stops.
- a delayed querying process is performed for the received query. For example, for users having very high event occurrence frequency (for example, 10 million transaction records in a month), the number of sub-queries may be very large after splitting the received query according to, for example, 340 as previously discussed. Therefore, a delayed querying process is performed for the received query instead of splitting the received query.
- a delayed querying process does not respond to the received query immediately.
- the received query can be placed in a waiting queue, and be processed when the database becomes idle.
- the processing of the received query can be delayed by several hours or longer.
- the received query is split into one or more sub-queries (for example, according to 340 or 360 , as previously discussed) before performing the delayed querying process.
- performing a delayed querying process includes querying a backup database associated with the database, instead of the database.
- Data stored in the backup database is periodically synchronized with data stored in the database. Since it is not required to immediately respond to the delayed querying process, the backup database can be queried after the completion of synchronization, thereby ensuring accuracy of queried data without affecting normal operations of the database.
- a timeout occurs.
- a special delayed response identifier is set to indicate that the received query does not need to be processed immediately, thereby avoiding that the application side regards the delayed query response as a timeout.
- the user is notified that the query response cannot be returned immediately, when to download the query response, or where to download the query response (for example, an Internet/Web or network address).
- the query response can be sent to the user directly.
- the user is notified by an SMS message or an instant message.
- FIG. 4 is a block diagram illustrating an example of an event record querying device 400 , according to an implementation of the present disclosure.
- the device 400 can include a receiver unit 402 , an estimation unit 404 , a determination unit 406 , a splitting unit 408 , a query unit 410 , and a delayed query unit 412 , which can be implemented in hardware, software, or both.
- the device 400 can include additional or different (or a combination of both) components not shown in the block diagram.
- components can also be omitted from the device 400 .
- the receiver unit 402 can, for example, receive a query from a user, as discussed in FIGS. 1 and 3 .
- the estimation unit 404 can, for example, estimate an amount of data to be queried associated with a query time range, as discussed in FIG. 1 .
- the determination unit 406 can, for example, determine an allowable amount of data to be queried, supported by a database for a single query, as discussed in FIG. 1 .
- the splitting unit 408 can, for example, generate one or more sub-queries for the received query, as discussed in FIGS. 1 and 3 .
- the query unit 410 can, for example, query a database, as discussed in FIGS. 1 and 3 .
- the delayed query unit 412 can, for example, perform a delayed querying process, as discussed in FIG. 3 .
- FIG. 5 is a block diagram illustrating an example of a computer-implemented System 500 used to provide computational functionalities associated with described algorithms, methods, functions, processes, flows, and procedures, according to an implementation of the present disclosure.
- System 500 includes a Computer 502 and a Network 530 .
- the illustrated Computer 502 is intended to encompass any computing device such as a server, desktop computer, laptop/notebook computer, wireless data port, smart phone, personal data assistant (PDA), tablet computer, one or more processors within these devices, another computing device, or a combination of computing devices, including physical or virtual instances of the computing device, or a combination of physical or virtual instances of the computing device. Additionally, the Computer 502 can include an input device, such as a keypad, keyboard, touch screen, another input device, or a combination of input devices that can accept user information, and an output device that conveys information associated with the operation of the Computer 502 , including digital data, visual, audio, another type of information, or a combination of types of information, on a graphical-type user interface (UI) (or GUI) or other UI.
- UI graphical-type user interface
- the Computer 502 can serve in a role in a distributed computing system as a client, network component, a server, a database or another persistency, another role, or a combination of roles for performing the subject matter described in the present disclosure.
- the illustrated Computer 502 is communicably coupled with a Network 530 .
- one or more components of the Computer 502 can be configured to operate within an environment, including cloud-computing-based, local, global, another environment, or a combination of environments.
- the Computer 502 is an electronic computing device operable to receive, transmit, process, store, or manage data and information associated with the described subject matter. According to some implementations, the Computer 502 can also include or be communicably coupled with a server, including an application server, e-mail server, web server, caching server, streaming data server, another server, or a combination of servers.
- a server including an application server, e-mail server, web server, caching server, streaming data server, another server, or a combination of servers.
- the Computer 502 can receive requests over Network 530 (for example, from a client software application executing on another Computer 502 ) and respond to the received requests by processing the received requests using a software application or a combination of software applications.
- requests can also be sent to the Computer 502 from internal users (for example, from a command console or by another internal access method), external or third-parties, or other entities, individuals, systems, or computers.
- Each of the components of the Computer 502 can communicate using a System Bus 503 .
- any or all of the components of the Computer 502 can interface over the System Bus 503 using an application programming interface (API) 512 , a Service Layer 513 , or a combination of the API 512 and Service Layer 513 .
- the API 512 can include specifications for routines, data structures, and object classes.
- the API 512 can be either computer-language independent or dependent and refer to a complete interface, a single function, or even a set of APIs.
- the Service Layer 513 provides software services to the Computer 502 or other components (whether illustrated or not) that are communicably coupled to the Computer 502 .
- the functionality of the Computer 502 can be accessible for all service consumers using the Service Layer 513 .
- Software services such as those provided by the Service Layer 513 , provide reusable, defined functionalities through a defined interface.
- the interface can be software written in JAVA, C++, another computing language, or a combination of computing languages providing data in extensible markup language (XML) format, another format, or a combination of formats.
- XML extensible markup language
- alternative implementations can illustrate the API 512 or the Service Layer 513 as stand-alone components in relation to other components of the Computer 502 or other components (whether illustrated or not) that are communicably coupled to the Computer 502 .
- any or all parts of the API 512 or the Service Layer 513 can be implemented as a child or a sub-module of another software module, enterprise application, or hardware module without departing from the scope of the present disclosure.
- the Computer 502 includes an Interface 504 . Although illustrated as a single Interface 504 , two or more Interfaces 504 can be used according to particular needs, desires, or particular implementations of the Computer 502 .
- the Interface 504 is used by the Computer 502 for communicating with another computing system (whether illustrated or not) that is communicatively linked to the Network 530 in a distributed environment.
- the Interface 504 is operable to communicate with the Network 530 and includes logic encoded in software, hardware, or a combination of software and hardware. More specifically, the Interface 504 can include software supporting one or more communication protocols associated with communications such that the Network 530 or hardware of Interface 504 is operable to communicate physical signals within and outside of the illustrated Computer 502 .
- the Computer 502 includes a Processor 505 . Although illustrated as a single Processor 505 , two or more Processors 505 can be used according to particular needs, desires, or particular implementations of the Computer 502 . Generally, the Processor 505 executes instructions and manipulates data to perform the operations of the Computer 502 and any algorithms, methods, functions, processes, flows, and procedures as described in the present disclosure.
- the Computer 502 also includes a Database 506 that can hold data for the Computer 502 , another component communicatively linked to the Network 530 (whether illustrated or not), or a combination of the Computer 502 and another component.
- Database 506 can be an in-memory, conventional, or another type of database storing data consistent with the present disclosure.
- Database 506 can be a combination of two or more different database types (for example, a hybrid in-memory and conventional database) according to particular needs, desires, or particular implementations of the Computer 502 and the described functionality.
- two or more databases of similar or differing types can be used according to particular needs, desires, or particular implementations of the Computer 502 and the described functionality. While Database 506 is illustrated as an integral component of the Computer 502 , in alternative implementations, Database 506 can be external to the Computer 502 .
- the Computer 502 also includes a Memory 507 that can hold data for the Computer 502 , another component or components communicatively linked to the Network 530 (whether illustrated or not), or a combination of the Computer 502 and another component.
- Memory 507 can store any data consistent with the present disclosure.
- Memory 507 can be a combination of two or more different types of memory (for example, a combination of semiconductor and magnetic storage) according to particular needs, desires, or particular implementations of the Computer 502 and the described functionality.
- two or more Memories 507 or similar or differing types can be used according to particular needs, desires, or particular implementations of the Computer 502 and the described functionality.
- Memory 507 is illustrated as an integral component of the Computer 502 , in alternative implementations, Memory 507 can be external to the Computer 502 .
- the Application 508 is an algorithmic software engine providing functionality according to particular needs, desires, or particular implementations of the Computer 502 , particularly with respect to functionality described in the present disclosure.
- Application 508 can serve as one or more components, modules, or applications.
- the Application 508 can be implemented as multiple Applications 508 on the Computer 502 .
- the Application 508 can be external to the Computer 502 .
- the Computer 502 can also include a Power Supply 514 .
- the Power Supply 514 can include a rechargeable or non-rechargeable battery that can be configured to be either user- or non-user-replaceable.
- the Power Supply 514 can include power-conversion or management circuits (including recharging, standby, or another power management functionality).
- the Power Supply 514 can include a power plug to allow the Computer 502 to be plugged into a wall socket or another power source to, for example, power the Computer 502 or recharge a rechargeable battery.
- Computers 502 there can be any number of Computers 502 associated with, or external to, a computer system containing Computer 502 , each Computer 502 communicating over Network 530 .
- client can be any number of Computers 502 associated with, or external to, a computer system containing Computer 502 , each Computer 502 communicating over Network 530 .
- client can be any number of Computers 502 associated with, or external to, a computer system containing Computer 502 , each Computer 502 communicating over Network 530 .
- client “user,” or other appropriate terminology can be used interchangeably, as appropriate, without departing from the scope of the present disclosure.
- present disclosure contemplates that many users can use one Computer 502 , or that one user can use multiple computers 502 .
- Described implementations of the subject matter can include one or more features, alone or in combination.
- a computer-implemented method comprising: receiving a query from a user; determining a query event type and a query time range associated with the query; determining an estimated amount of data to be queried associated with the determined query time range based on at least a historical number of the query event type of the user; determining an allowable amount of data to be queried supported by a database for a single query; generating one or more sub-queries for the received query, wherein each sub-query is associated with a different time period within the determined query time range, and a corresponding amount of data to be queried associated with each time period is less than, or equal to, the determined allowable amount of data to be queried; and querying the database with the generated one or more sub-queries.
- a first feature combinable with any of the following features, wherein the historical number of the query event type of the user is an average number or a maximum number of the query event type of the user in a fixed time period.
- determining an estimated amount of data to be queried associated with the determined query time range based on at least a historical number of the query event type of the user comprises: determining whether the historical number of the query event type of the user is greater than, or equal to, a first predefined threshold and is less than, or equal to, a second predefined threshold; and in response to determining that the historical number of the query event type of the user is greater than, or equal to, a first predefined threshold and is less than, or equal to, a second predefined threshold, determining an estimated amount of data to be queried associated with the determined query time range.
- a third feature combinable with any of the previous or following features, further comprising: determining that the historical number of the query event type of the user is less than the first predefined threshold; and in response to determining that the historical number of the query event type of the user is less than the first predefined threshold, generating one or more sub-queries for the received query based on a predefined duration.
- a fourth feature combinable with any of the previous or following features, further comprising: determining that the historical number of the query event type of the user is greater than the second predefined threshold; and in response to determining that the historical number of the query event type of the user is greater than the second predefined threshold, performing a delayed querying process for the received query.
- a fifth feature combinable with any of the previous or following features, wherein performing a delayed querying process for the received query comprises querying a backup database associated with the database.
- a sixth feature combinable with any of the previous or following features, wherein performing a delayed querying process for the received query comprises setting a delayed response identifier for the query.
- a non-transitory, computer-readable medium storing one or more instructions executable by a computer system to perform operations comprising: receiving a query from a user; determining a query event type and a query time range associated with the query; determining an estimated amount of data to be queried associated with the determined query time range based on at least a historical number of the query event type of the user; determining an allowable amount of data to be queried supported by a database for a single query; generating one or more sub-queries for the received query, wherein each sub-query is associated with a different time period within the determined query time range, and a corresponding amount of data to be queried associated with each time period is less than, or equal to, the determined allowable amount of data to be queried; and querying the database with the generated one or more sub-queries.
- a first feature combinable with any of the following features, wherein the historical number of the query event type of the user is an average number or a maximum number of the query event type of the user in a fixed time period.
- determining an estimated amount of data to be queried associated with the determined query time range based on at least a historical number of the query event type of the user comprises: determining whether the historical number of the query event type of the user is greater than, or equal to, a first predefined threshold and is less than, or equal to, a second predefined threshold; and in response to determining that the historical number of the query event type of the user is greater than, or equal to, a first predefined threshold and is less than, or equal to, a second predefined threshold, determining an estimated amount of data to be queried associated with the determined query time range.
- a third feature combinable with any of the previous or following features, the operations further comprising: determining that the historical number of the query event type of the user is less than the first predefined threshold; and in response to determining that the historical number of the query event type of the user is less than the first predefined threshold, generating one or more sub-queries for the received query based on a predefined duration.
- a fourth feature combinable with any of the previous or following features, the operations further comprising: determining that the historical number of the query event type of the user is greater than the second predefined threshold; and in response to determining that the historical number of the query event type of the user is greater than the second predefined threshold, performing a delayed querying process for the received query.
- a fifth feature combinable with any of the previous or following features, wherein performing a delayed querying process for the received query comprises querying a backup database associated with the database.
- a sixth feature combinable with any of the previous or following features, wherein performing a delayed querying process for the received query comprises setting a delayed response identifier for the query.
- a computer-implemented system comprising: one or more computers; and one or more computer memory devices interoperably coupled with the one or more computers and having tangible, non-transitory, machine-readable media storing one or more instructions that, when executed by the one or more computers, perform one or more operations comprising: receiving a query from a user; determining a query event type and a query time range associated with the query; determining an estimated amount of data to be queried associated with the determined query time range based on at least a historical number of the query event type of the user; determining an allowable amount of data to be queried supported by a database for a single query; generating one or more sub-queries for the received query, wherein each sub-query is associated with a different time period within the determined query time range, and a corresponding amount of data to be queried associated with each time period is less than, or equal to, the determined allowable amount of data to be queried; and querying the database with the generated one or more sub-queries.
- a first feature combinable with any of the following features, wherein the historical number of the query event type of the user is an average number or a maximum number of the query event type of the user in a fixed time period.
- determining an estimated amount of data to be queried associated with the determined query time range based on at least a historical number of the query event type of the user comprises: determining whether the historical number of the query event type of the user is greater than, or equal to, a first predefined threshold and is less than, or equal to, a second predefined threshold; and in response to determining that the historical number of the query event type of the user is greater than, or equal to, a first predefined threshold and is less than, or equal to, a second predefined threshold, determining an estimated amount of data to be queried associated with the determined query time range.
- a third feature combinable with any of the previous or following features, the operations further comprising: determining that the historical number of the query event type of the user is less than the first predefined threshold; and in response to determining that the historical number of the query event type of the user is less than the first predefined threshold, generating one or more sub-queries for the received query based on a predefined duration.
- a fourth feature combinable with any of the previous or following features, the operations further comprising: determining that the historical number of the query event type of the user is greater than the second predefined threshold; and in response to determining that the historical number of the query event type of the user is greater than the second predefined threshold, performing a delayed querying process for the received query.
- a fifth feature combinable with any of the previous or following features, wherein performing a delayed querying process for the received query comprises querying a backup database associated with the database.
- a sixth feature combinable with any of the previous or following features, wherein performing a delayed querying process for the received query comprises setting a delayed response identifier for the query.
- Implementations of the subject matter and the functional operations described in this specification can be implemented in digital electronic circuitry, in tangibly embodied computer software or firmware, in computer hardware, including the structures disclosed in this specification and their structural equivalents, or in combinations of one or more of them.
- Software implementations of the described subject matter can be implemented as one or more computer programs, that is, one or more modules of computer program instructions encoded on a tangible, non-transitory, computer-readable medium for execution by, or to control the operation of, a computer or computer-implemented system.
- the program instructions can be encoded in/on an artificially generated propagated signal, for example, a machine-generated electrical, optical, or electromagnetic signal that is generated to encode information for transmission to a receiver apparatus for execution by a computer or computer-implemented system.
- the computer-storage medium can be a machine-readable storage device, a machine-readable storage substrate, a random or serial access memory device, or a combination of computer-storage mediums.
- Configuring one or more computers means that the one or more computers have installed hardware, firmware, or software (or combinations of hardware, firmware, and software) so that when the software is executed by the one or more computers, particular computing operations are performed.
- real-time means that an action and a response are temporally proximate such that an individual perceives the action and the response occurring substantially simultaneously.
- time difference for a response to display (or for an initiation of a display) of data following the individual's action to access the data can be less than 1 millisecond (ms), less than 1 second (s), or less than 5 s.
- data processing apparatus refers to data processing hardware and encompass all kinds of apparatus, devices, and machines for processing data, including by way of example, a programmable processor, a computer, or multiple processors or computers.
- the computer can also be, or further include special purpose logic circuitry, for example, a central processing unit (CPU), an FPGA (field programmable gate array), or an ASIC (application-specific integrated circuit).
- CPU central processing unit
- FPGA field programmable gate array
- ASIC application-specific integrated circuit
- the computer or computer-implemented system or special purpose logic circuitry can be hardware- or software-based (or a combination of both hardware- and software-based).
- the computer can optionally include code that creates an execution environment for computer programs, for example, code that constitutes processor firmware, a protocol stack, a database management system, an operating system, or a combination of execution environments.
- code that constitutes processor firmware for example, code that constitutes processor firmware, a protocol stack, a database management system, an operating system, or a combination of execution environments.
- the present disclosure contemplates the use of a computer or computer-implemented system with an operating system of some type, for example LINUX, UNIX, WINDOWS, MAC OS, ANDROID, IOS, another operating system, or a combination of operating systems.
- a computer program which can also be referred to or described as a program, software, a software application, a unit, a module, a software module, a script, code, or other component can be written in any form of programming language, including compiled or interpreted languages, or declarative or procedural languages, and it can be deployed in any form, including, for example, as a stand-alone program, module, component, or subroutine, for use in a computing environment.
- a computer program can, but need not, correspond to a file in a file system.
- a program can be stored in a portion of a file that holds other programs or data, for example, one or more scripts stored in a markup language document, in a single file dedicated to the program in question, or in multiple coordinated files, for example, files that store one or more modules, sub-programs, or portions of code.
- a computer program can be deployed to be executed on one computer or on multiple computers that are located at one site or distributed across multiple sites and interconnected by a communication network.
- While portions of the programs illustrated in the various figures can be illustrated as individual components, such as units or modules, that implement described features and functionality using various objects, methods, or other processes, the programs can instead include a number of sub-units, sub-modules, third-party services, components, libraries, and other components, as appropriate. Conversely, the features and functionality of various components can be combined into single components, as appropriate. Thresholds used to make computational determinations can be statically, dynamically, or both statically and dynamically determined.
- Described methods, processes, or logic flows represent one or more examples of functionality consistent with the present disclosure and are not intended to limit the disclosure to the described or illustrated implementations, but to be accorded the widest scope consistent with described principles and features.
- the described methods, processes, or logic flows can be performed by one or more programmable computers executing one or more computer programs to perform functions by operating on input data and generating output data.
- the methods, processes, or logic flows can also be performed by, and computers can also be implemented as, special purpose logic circuitry, for example, a CPU, an FPGA, or an ASIC.
- Computers for the execution of a computer program can be based on general or special purpose microprocessors, both, or another type of CPU.
- a CPU will receive instructions and data from and write to a memory.
- the essential elements of a computer are a CPU, for performing or executing instructions, and one or more memory devices for storing instructions and data.
- a computer will also include, or be operatively coupled to, receive data from or transfer data to, or both, one or more mass storage devices for storing data, for example, magnetic, magneto-optical disks, or optical disks.
- mass storage devices for storing data, for example, magnetic, magneto-optical disks, or optical disks.
- a computer need not have such devices.
- a computer can be embedded in another device, for example, a mobile telephone, a personal digital assistant (PDA), a mobile audio or video player, a game console, a global positioning system (GPS) receiver, or a portable memory storage device.
- PDA personal digital assistant
- GPS global positioning system
- Non-transitory computer-readable media for storing computer program instructions and data can include all forms of permanent/non-permanent or volatile/non-volatile memory, media and memory devices, including by way of example semiconductor memory devices, for example, random access memory (RAM), read-only memory (ROM), phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), erasable programmable read-only memory (EPROM), electrically erasable programmable read-only memory (EEPROM), and flash memory devices; magnetic devices, for example, tape, cartridges, cassettes, internal/removable disks; magneto-optical disks; and optical memory devices, for example, digital versatile/video disc (DVD), compact disc (CD)-ROM, DVD+/ ⁇ R, DVD-RAM, DVD-ROM, high-definition/density (HD)-DVD, and BLU-RAY/BLU-RAY DISC (BD), and other optical memory technologies.
- semiconductor memory devices for example, random access memory (RAM),
- the memory can store various objects or data, including caches, classes, frameworks, applications, modules, backup data, jobs, web pages, web page templates, data structures, database tables, repositories storing dynamic information, or other appropriate information including any parameters, variables, algorithms, instructions, rules, constraints, or references. Additionally, the memory can include other appropriate data, such as logs, policies, security or access data, or reporting files.
- the processor and the memory can be supplemented by, or incorporated in, special purpose logic circuitry.
- implementations of the subject matter described in this specification can be implemented on a computer having a display device, for example, a CRT (cathode ray tube), LCD (liquid crystal display), LED (Light Emitting Diode), or plasma monitor, for displaying information to the user and a keyboard and a pointing device, for example, a mouse, trackball, or trackpad by which the user can provide input to the computer.
- a display device for example, a CRT (cathode ray tube), LCD (liquid crystal display), LED (Light Emitting Diode), or plasma monitor
- a keyboard and a pointing device for example, a mouse, trackball, or trackpad by which the user can provide input to the computer.
- Input can also be provided to the computer using a touchscreen, such as a tablet computer surface with pressure sensitivity, a multi-touch screen using capacitive or electric sensing, or another type of touchscreen.
- Other types of devices can be used to interact with the user.
- feedback provided to the user can be any form of sensory feedback (such as, visual, auditory, tactile, or a combination of feedback types).
- Input from the user can be received in any form, including acoustic, speech, or tactile input.
- a computer can interact with the user by sending documents to and receiving documents from a client computing device that is used by the user (for example, by sending web pages to a web browser on a user's mobile computing device in response to requests received from the web browser).
- GUI graphical user interface
- GUI can be used in the singular or the plural to describe one or more graphical user interfaces and each of the displays of a particular graphical user interface. Therefore, a GUI can represent any graphical user interface, including but not limited to, a web browser, a touch screen, or a command line interface (CLI) that processes information and efficiently presents the information results to the user.
- a GUI can include a number of user interface (UI) elements, some or all associated with a web browser, such as interactive fields, pull-down lists, and buttons. These and other UI elements can be related to or represent the functions of the web browser.
- UI user interface
- Implementations of the subject matter described in this specification can be implemented in a computing system that includes a back-end component, for example, as a data server, or that includes a middleware component, for example, an application server, or that includes a front-end component, for example, a client computer having a graphical user interface or a Web browser through which a user can interact with an implementation of the subject matter described in this specification, or any combination of one or more such back-end, middleware, or front-end components.
- the components of the system can be interconnected by any form or medium of wireline or wireless digital data communication (or a combination of data communication), for example, a communication network.
- Examples of communication networks include a local area network (LAN), a radio access network (RAN), a metropolitan area network (MAN), a wide area network (WAN), Worldwide Interoperability for Microwave Access (WIMAX), a wireless local area network (WLAN) using, for example, 802.11a/b/g/n or 802.20 (or a combination of 802.11x and 802.20 or other protocols consistent with the present disclosure), all or a portion of the Internet, another communication network, or a combination of communication networks.
- the communication network can communicate with, for example, Internet Protocol (IP) packets, Frame Relay frames, Asynchronous Transfer Mode (ATM) cells, voice, video, data, or other information between network nodes.
- IP Internet Protocol
- ATM Asynchronous Transfer Mode
- the computing system can include clients and servers.
- a client and server are generally remote from each other and typically interact through a communication network.
- the relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.
- any claimed implementation is considered to be applicable to at least a computer-implemented method; a non-transitory, computer-readable medium storing computer-readable instructions to perform the computer-implemented method; and a computer system comprising a computer memory interoperably coupled with a hardware processor configured to perform the computer-implemented method or the instructions stored on the non-transitory, computer-readable medium.
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computational Linguistics (AREA)
- Operations Research (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
- This application is a continuation U.S. application Ser. No. 15/870,225, filed Jan. 12, 2018, which is a continuation of PCT Application No. PCT/CN2016/090270, filed on Jul. 18, 2016, which claims priority to Chinese Patent Application No. 201510446726.2, filed on Jul. 27, 2015, and each application is incorporated by reference in its entirety.
- A user can query a database for information associated with an event. For a lightweight event log query, the amount of data to be queried is typically small. The database can quickly respond to the lightweight event log query without affecting normal operations of the database (for example, read and write operations). For a heavyweight event log query, the amount of data to be queried is typically large. The database may not be able to quickly respond to the heavy event log query without affecting normal operations of the database.
- The present disclosure describes querying a database.
- In an implementation, a query is received from a user. A query event type and a query time range associated with the query are determined. An estimated amount of data to be queried associated with the determined query time range is determined based on at least a historical number of the query event type of the user. An allowable amount of data to be queried supported by a database for a single query is determined. One or more sub-queries for the received query are generated. Each sub-query is associated with a different time period within the determined query time range. A corresponding amount of data to be queried associated with each time period is less than, or equal to, the determined allowable amount of data to be queried. The database is queried with the generated one or more sub-queries.
- Implementations of the described subject matter, including the previously described implementation, can be implemented using a computer-implemented method; a non-transitory, computer-readable medium storing computer-readable instructions to perform the computer-implemented method; and a computer-implemented system comprising one or more computer memory devices interoperably coupled with one or more computers and having tangible, non-transitory, machine-readable media storing instructions that, when executed by the one or more computers, perform the computer-implemented method/the computer-readable instructions stored on the non-transitory, computer-readable medium.
- The subject matter described in this specification can be implemented in particular implementations, so as to realize one or more of the following advantages. First, the described approach can be used to query a database. For example, a user wants to query a database that involves a large amount of data stored in the database. If the amount of data exceeds the capability of the database (for example, a maximum amount of data to be queried, supported by the database for a single query), the query can be split into multiple sub-queries. Each sub-query is associated with a corresponding amount of data to be queried. Each corresponding amount of data to be queried does not exceed the capability of the database. Instead of a query that involves a large amount of data stored in the database, multiple sub-queries are performed by the database (for example, one after another) to generate a response to the query. Second, the described approach can respond to a query that involves a large amount of data stored in a database without affecting normal operations of the database (for example, read and write operations). As a result, stability of the database can be improved. Other advantages will be apparent to those of ordinary skill in the art.
- The details of one or more implementations of the subject matter of this specification are set forth in the Detailed Description, the Claims, and the accompanying drawings. Other features, aspects, and advantages of the subject matter will become apparent to those of ordinary skill in the art from the Detailed Description, the Claims, and the accompanying drawings.
-
FIG. 1 is a flowchart illustrating an example of a computer-implemented method for querying a database, according to an implementation of the present disclosure. -
FIG. 2 is a block diagram illustrating an example of an event record querying system, according to an implementation of the present disclosure. -
FIG. 3 is a flowchart illustrating another example of a computer-implemented method for querying a database, according to an implementation of the present disclosure. -
FIG. 4 is a block diagram illustrating an example of an event record querying device, according to an implementation of the present disclosure. -
FIG. 5 is a block diagram illustrating an example of a computer-implemented system used to provide computational functionalities associated with described algorithms, methods, functions, processes, flows, and procedures, according to an implementation of the present disclosure. - Like reference numbers and designations in the various drawings indicate like elements.
- The following detailed description describes querying a database, and is presented to enable any person skilled in the art to make and use the disclosed subject matter in the context of one or more particular implementations. Various modifications, alterations, and permutations of the disclosed implementations can be made and will be readily apparent to those of ordinary skill in the art, and the general principles defined can be applied to other implementations and applications, without departing from the scope of the present disclosure. In some instances, one or more technical details that are unnecessary to obtain an understanding of the described subject matter and that are within the skill of one of ordinary skill in the art may be omitted so as to not obscure one or more described implementations. The present disclosure is not intended to be limited to the described or illustrated implementations, but to be accorded the widest scope consistent with the described principles and features.
- When a user uses an Internet service (for example, network socializing, network transaction, or network entertainment) provided by a server, information associated with the Internet service usage can be stored in a database associated with the server. For example, each operational behavior of an external user or each operation processed by the server can be considered an event. Information associated with an event (for example, time or content) can be stored in the database (for example, as a log). The database can be queried to retrieve event-related data (for example, an event list, statistical analysis, and fault location. Additionally, the database can be queried (for example, by online transaction record queries and bank account change record queries) to retrieve other types of data associated with particular query types.
- In general, a database has a limited processing capability (for example, a maximum allowable amount of data returnable with a single query). The processing capability is determined by, for example, a computer processor, memory, and data structure associated with a particular database. For a lightweight event query, the amount of data to be queried is typically smaller than the maximum allowable amount of data (for example, 10 transaction records in a month for a personal seller). The database can quickly respond to the lightweight event query without affecting normal operations of the database (for example, read and write operations). However, for a heavyweight event query, the amount of data to be queried is typically larger than the maximum allowable amount of data (for example, 10 million transaction records in a month for an E-commerce company). The database may not be able to quickly respond to the heavyweight event log query without affecting normal operations of the database. Additionally, responding to a heavyweight event query may decrease the stability of the database. Destabilizing the database can cause service disruptions and a non-optimal customer experience for end users.
- At a high-level, the described approach provides a mechanism to query a database that involves a large amount of data stored in the database. To perform and complete a heavyweight event query, the heavyweight event query is split into multiple sub-queries. Each sub-query is associated with a corresponding amount of data to be queried, where each corresponding amount of data to be queried does not exceed the capability of the database. Instead of the heavyweight event query, the multiple sub-queries are performed by the database to generate an overall response to the heavyweight event query. By splitting the heavyweight event query into multiple sub-queries and querying the database with each of the multiple sub-queries, the database can respond to the heavyweight event query without affecting normal operations of the database. Additionally, stability of the database can be improved.
-
FIG. 1 is a flowchart illustrating an example of a computer-implementedmethod 100 for querying a database, according to an implementation of the present disclosure. For clarity of presentation, the description that follows generally describesmethod 100 in the context of the other figures in this description. However, it will be understood thatmethod 100 can be performed, for example, by any system, environment, software, and hardware, or a combination of systems, environments, software, and hardware, as appropriate. In some implementations, various steps ofmethod 100 can be run in parallel, in combination, in loops, or in any order. - At 110, a query is received from a user. In some implementations, the user uses a terminal device to perform a query operation. In some implementations, the user can specify a query event type when performing the query operation. For example, in an online payment system, the user can specify the query event type to be a transaction record, a credit card payment record, a money transfer record, or a reward point redemption record. In some implementations, if the user does not specify the query event type, the query event type can be set to a default value (for example, all event types are queried). The user can specify a query time range when performing the query operation. In some implementations, the user can specify a start time T1 and an end time T2 for the query. In some implementations, the user can specify the query time range to be a year, a month, a week, a day, an hour, or a minute. In some implementations, if the user does not specify the query time range, the query time range can be set to a default value (for example, all records in the last month are queried). In some implementations, the query is received by an event record query device, as discussed in
FIG. 2 . From 110,method 100 proceeds to 120. - At 120, a query event type and a query time range associated with the query are determined. In some implementations, after receiving the query from the user, the event record query device, as discussed in
FIG. 2 , determines the query event type and the query time range from the received query. From 120,method 100 proceeds to 130. - At 130, an estimated amount of data to be queried associated with the determined query time range is determined based on at least a historical number of the query event type of the user. In some implementations, an amount of data to be queried associated with the determined query time range can be determined by directly accessing the database. Directly accessing the database occupies some processing capability of the database. In the present application, an amount of data to be queried associated with the determined query time range can be estimated based on a historical number of the query event type of the user, thereby avoiding mitigating use of the limited processing capability of the database. In some implementations, after the query event type is determined, a historical number of the query event type of the user within the determined query time range can be estimated based on the user's historical behavior. For example, assuming that a historical number of the query event type of a user is Cs within a fixed time period Ts, and a determined query time range with a [start time, end time] of [T1, T2], then the estimated historical number Ce of the query event type of the user within the time range [T1, T2] is Ce=Cs×(T2−T1)/Ts.
- In some implementations, specific statistical values are recorded, for example, by the event record query device in advance. In some implementations, the specific statistical values can be acquired in advance from the database or a backup database (for example, during an idle period of the database or the backup database), and stored, for example, at the event record query device. The specific statistical values can include statistical values in different historical time ranges (for example, last year or all valid historical). The specific statistical values can include statistical values in different fixed time periods (for example, a day, a week, or a month). The specific statistical values can include statistical values of different types (for example, an average number of an event type of a user in a fixed time period or a maximum number of an event type of a user in a fixed time period).
- In some implementations, the fixed time period Ts is statically set. For example, the fixed time period Ts can be set to a month based on partition of the time. In some implementations, the fixed time period Ts is dynamically set. For example, the fixed time period Ts can be set to a time period having a length of 30 days. Statically setting the fixed time period is simple to implement, but not sensitive to sudden data change. Dynamically setting the fixed time period is sensitive to sudden data change, thereby further improving stability of the database. From 130,
method 100 proceeds to 140. - At 140, an allowable amount of data to be queried, supported by a database for a single query, is determined. In some implementations, the allowable amount of data to be queried, supported by a database for a single query, is a maximum amount of data to be queried, currently supported by the database for a single query. In some implementations, the allowable amount of data to be queried, currently supported by the database for a single query, is determined by a hardware configuration (for example, CPU and memory) of the database, software configuration (for example, software execution efficiency, data structure, an amount of a single piece of data), current load of the database, or various combinations of the hardware configuration, the software configuration, and the current load of the database. In some implementations, the allowable amount of data to be queried, supported by a database for a single query, can be set to a fixed number. In some implementations, the allowable amount of data to be queried, supported by a database for a single query, can be estimated in real time. From 140,
method 100 proceeds to 150. - At 150, one or more sub-queries are generated for the received query. In some implementations, the received query is split into one or more sub-queries based on at least the determined estimated amount of data to be queried associated with the determined query time range and the determined allowable amount of data to be queried, supported by a database for a single query. Each sub-query is associated with a different time period within the determined query time range. A corresponding amount of data to be queried, associated with each time period, is less than or equal to the determined allowable amount of data to be queried.
- For example, the number of one or more sub-queries, N, is calculated by rounding up the value of Ce/Max, where Ce is the estimated historical number of the query event type of the user within the determined query time range [T1, T2], and Max is the allowable amount of data to be queried, supported by a database for a single query. Next, the determined query time range [T1, T2] is divided into N segments. Assuming
-
- then the N segments are:
-
- A closed interval is used for each time range segment. In some implementations, a semi-closed interval can be used for each time range segment. In addition, since N is calculated by rounding up the value of Ce/Max, the right endpoint of the last segment is T2, instead of T1+N*δ. As a result, a length of the last segment is less than or equal to a length of each of other segments. In some implementations, other appropriate segmentation methods can be used to split the received query with the determined query time range into one or more sub-queries with corresponding time range segments. For example, a length of the first segment can be less than, or equal to, a length of each of other segments. In some implementations, N=1, where the determined estimated amount of data to be queried associated with the determined query time range does not exceed the allowable amount of data to be queried, supported by a database for a single query. In such a situation and in some implementations, the splitting of the received query is not performed. From 150,
method 100 proceeds to 160. - At 160, the database is queried with the generated one or more sub-queries, instead of the received query. For example, the received query with a query time range [T1, T2] is split into N sub-queries. As a result, each sub-query does not exceed the limited processing capability of the database (for example, the allowable amount of data to be queried, supported by a database for a single query). In addition, the database can quickly respond to each sub-query, thereby avoiding a timeout for responding to the received query that involves a large amount of data stored in the database. After 160,
method 100 stops. -
FIG. 2 is a block diagram illustrating an example of an eventrecord querying system 200, according to an implementation of the present disclosure. For clarity of presentation, the description that follows generally describessystem 200 in the context of the other figures in this description.System 200 can include user 210, an eventrecord query device 220, and adatabase server 230. In some implementations,system 200 can include additional or different (or a combination of both) components not shown in the block diagram. In some implementations, components can also be omitted fromsystem 200. - As illustrated in
FIG. 2 , the eventrecord query device 220 is logically located between the user 210 and thedatabase server 230. In some implementations, the eventrecord query device 220 receives a query, requesting data from thedatabase server 230, from the user 210, and returns the requested data to the user 210. The eventrecord query device 220 is located on the network side of the eventrecord querying system 200. In some implementations, the eventrecord query device 220 can be located in thedatabase server 230, or in an application server independent of thedatabase server 230. -
FIG. 3 is a flowchart illustrating another example of a computer-implementedmethod 300 for querying a database, according to an implementation of the present disclosure. For clarity of presentation, the description that follows generally describesmethod 300 in the context of the other figures in this description. However, it will be understood thatmethod 300 can be performed, for example, by any system, environment, software, and hardware, or a combination of systems, environments, software, and hardware, as appropriate. In some implementations, various steps ofmethod 300 can be run in parallel, in combination, in loops, or in any order. - At 310, a query is received from a user. In some implementations, the user uses a terminal device to perform a query operation. In some implementations, the user can specify a query event type when performing the query operation. For example, in an online payment system, the user can specify the query event type to be a transaction record, a credit card payment record, a money transfer record, or a reward point redemption record. In some implementations, if the user does not specify the query event type, the query event type can be set to a default value (for example, all event types are queried). In some implementations, the user can specify a query time range when performing the query operation. In some implementations, the user can specify a start time T1 and an end time T2 for the query. In some implementations, the user can specify the query time range to be a year, a month, a week, a day, an hour, or a minute. In some implementations, if the user does not specify the query time range, the query time range is set to a default setting (for example, all records in the last month are queried). In some implementations, the query is received by an event record query device, as discussed in
FIG. 2 . From 310,method 300 proceeds to 320. - At 320, a query event type and a query time range associated with the query are determined. In some implementations, after receiving the query from the user, the event record query device, as discussed in
FIG. 2 , determines the query event type and the query time range from the received query. From 320,method 300 proceeds to 330. - At 330, a determination is made as to where a historical number of the query event type of the user is located regarding to two predefined thresholds (for example, C1<C2). If it is determined that the historical number of the query event type of the user is greater than, or equal to, a first predefined threshold (for example, C1) and is less than, or equal to, a second predefined threshold (for example, C2),
method 300 proceeds to 340. If it is determined that the historical number of the query event type of the user is less than the first predefined threshold (for example, C1),method 300 proceeds to 360. If it is determined that the historical number of the query event type of the user is greater than the second predefined threshold (for example, C2),method 300 proceeds to 370. - At 340, one or more sub-queries are generated for the received query based on an allowable amount of data to be queried, supported by a database for a single query. In some implementations, the allowable amount of data to be queried, supported by a database for a single query, is a maximum amount of data to be queried, supported by the database for a single query. In some implementations, the operations performed in 340 are equivalent or similar to the operations performed in 130-150, as discussed in
FIG. 1 . From 340,method 300 proceeds to 350. - At 350, the database is queried with the generated one or more sub-queries, instead of the received query. For example, the received query with a query time range [T1, T2] is split into N sub-queries. As a result, each sub-query does not exceed the limited processing capability of the database (for example, an allowable amount of data to be queried, supported by a database for a single query). In addition, the database can respond quickly to each sub-query, thereby avoid a timeout for responding to the received query that involves a large amount of data stored in the database. After 350,
method 300 stops. - At 360, one or more sub-queries are generated for the received query based on a predefined duration. For example, for users having very low event occurrence frequency (for example, 10 transaction records in a month), the query can be split directly based on a predetermined rule, instead of dynamically calculating a splitting solution (for example,
step 150, as discussed inFIG. 1 ). In some implementations, the query can be split based on, for example, a calendar month. In some implementations, the query is not split into multiple sub-queries (for example, N=1). From 340,method 300 proceeds to 350, as previously discussed. After 350,method 300 stops. - At 370, a delayed querying process is performed for the received query. For example, for users having very high event occurrence frequency (for example, 10 million transaction records in a month), the number of sub-queries may be very large after splitting the received query according to, for example, 340 as previously discussed. Therefore, a delayed querying process is performed for the received query instead of splitting the received query.
- In some implementations, a delayed querying process does not respond to the received query immediately. For example, the received query can be placed in a waiting queue, and be processed when the database becomes idle. In some implementations, the processing of the received query can be delayed by several hours or longer. In some implementations, the received query is split into one or more sub-queries (for example, according to 340 or 360, as previously discussed) before performing the delayed querying process.
- In some implementations, performing a delayed querying process includes querying a backup database associated with the database, instead of the database. Data stored in the backup database is periodically synchronized with data stored in the database. Since it is not required to immediately respond to the delayed querying process, the backup database can be queried after the completion of synchronization, thereby ensuring accuracy of queried data without affecting normal operations of the database. In some implementations, there are multiple backup databases for the single database. In such a situation and in some implementations, querying the multiple backup databases can be achieved in a Map-Reduce manner using a Hadoop cluster.
- In some implementations, if a query response is not returned in time, a timeout occurs. For a delayed querying process, a special delayed response identifier is set to indicate that the received query does not need to be processed immediately, thereby avoiding that the application side regards the delayed query response as a timeout. In some implementations, the user is notified that the query response cannot be returned immediately, when to download the query response, or where to download the query response (for example, an Internet/Web or network address). In some implementations, after the query is completed, the query response can be sent to the user directly. In some implementations, the user is notified by an SMS message or an instant message. After 370,
method 300 stops. -
FIG. 4 is a block diagram illustrating an example of an eventrecord querying device 400, according to an implementation of the present disclosure. For clarity of presentation, the description that follows generally describesdevice 400 in the context of the other figures in this description. Thedevice 400 can include areceiver unit 402, anestimation unit 404, adetermination unit 406, asplitting unit 408, aquery unit 410, and a delayedquery unit 412, which can be implemented in hardware, software, or both. In some implementations, thedevice 400 can include additional or different (or a combination of both) components not shown in the block diagram. In some implementations, components can also be omitted from thedevice 400. - The
receiver unit 402 can, for example, receive a query from a user, as discussed inFIGS. 1 and 3 . Theestimation unit 404 can, for example, estimate an amount of data to be queried associated with a query time range, as discussed inFIG. 1 . Thedetermination unit 406 can, for example, determine an allowable amount of data to be queried, supported by a database for a single query, as discussed inFIG. 1 . Thesplitting unit 408 can, for example, generate one or more sub-queries for the received query, as discussed inFIGS. 1 and 3 . Thequery unit 410 can, for example, query a database, as discussed inFIGS. 1 and 3 . The delayedquery unit 412 can, for example, perform a delayed querying process, as discussed inFIG. 3 . -
FIG. 5 is a block diagram illustrating an example of a computer-implementedSystem 500 used to provide computational functionalities associated with described algorithms, methods, functions, processes, flows, and procedures, according to an implementation of the present disclosure. In the illustrated implementation,System 500 includes aComputer 502 and aNetwork 530. - The illustrated
Computer 502 is intended to encompass any computing device such as a server, desktop computer, laptop/notebook computer, wireless data port, smart phone, personal data assistant (PDA), tablet computer, one or more processors within these devices, another computing device, or a combination of computing devices, including physical or virtual instances of the computing device, or a combination of physical or virtual instances of the computing device. Additionally, theComputer 502 can include an input device, such as a keypad, keyboard, touch screen, another input device, or a combination of input devices that can accept user information, and an output device that conveys information associated with the operation of theComputer 502, including digital data, visual, audio, another type of information, or a combination of types of information, on a graphical-type user interface (UI) (or GUI) or other UI. - The
Computer 502 can serve in a role in a distributed computing system as a client, network component, a server, a database or another persistency, another role, or a combination of roles for performing the subject matter described in the present disclosure. The illustratedComputer 502 is communicably coupled with aNetwork 530. In some implementations, one or more components of theComputer 502 can be configured to operate within an environment, including cloud-computing-based, local, global, another environment, or a combination of environments. - At a high level, the
Computer 502 is an electronic computing device operable to receive, transmit, process, store, or manage data and information associated with the described subject matter. According to some implementations, theComputer 502 can also include or be communicably coupled with a server, including an application server, e-mail server, web server, caching server, streaming data server, another server, or a combination of servers. - The
Computer 502 can receive requests over Network 530 (for example, from a client software application executing on another Computer 502) and respond to the received requests by processing the received requests using a software application or a combination of software applications. In addition, requests can also be sent to theComputer 502 from internal users (for example, from a command console or by another internal access method), external or third-parties, or other entities, individuals, systems, or computers. - Each of the components of the
Computer 502 can communicate using aSystem Bus 503. In some implementations, any or all of the components of theComputer 502, including hardware, software, or a combination of hardware and software, can interface over theSystem Bus 503 using an application programming interface (API) 512, aService Layer 513, or a combination of theAPI 512 andService Layer 513. TheAPI 512 can include specifications for routines, data structures, and object classes. TheAPI 512 can be either computer-language independent or dependent and refer to a complete interface, a single function, or even a set of APIs. TheService Layer 513 provides software services to theComputer 502 or other components (whether illustrated or not) that are communicably coupled to theComputer 502. The functionality of theComputer 502 can be accessible for all service consumers using theService Layer 513. Software services, such as those provided by theService Layer 513, provide reusable, defined functionalities through a defined interface. For example, the interface can be software written in JAVA, C++, another computing language, or a combination of computing languages providing data in extensible markup language (XML) format, another format, or a combination of formats. While illustrated as an integrated component of theComputer 502, alternative implementations can illustrate theAPI 512 or theService Layer 513 as stand-alone components in relation to other components of theComputer 502 or other components (whether illustrated or not) that are communicably coupled to theComputer 502. Moreover, any or all parts of theAPI 512 or theService Layer 513 can be implemented as a child or a sub-module of another software module, enterprise application, or hardware module without departing from the scope of the present disclosure. - The
Computer 502 includes anInterface 504. Although illustrated as asingle Interface 504, two ormore Interfaces 504 can be used according to particular needs, desires, or particular implementations of theComputer 502. TheInterface 504 is used by theComputer 502 for communicating with another computing system (whether illustrated or not) that is communicatively linked to theNetwork 530 in a distributed environment. Generally, theInterface 504 is operable to communicate with theNetwork 530 and includes logic encoded in software, hardware, or a combination of software and hardware. More specifically, theInterface 504 can include software supporting one or more communication protocols associated with communications such that theNetwork 530 or hardware ofInterface 504 is operable to communicate physical signals within and outside of the illustratedComputer 502. - The
Computer 502 includes aProcessor 505. Although illustrated as asingle Processor 505, two ormore Processors 505 can be used according to particular needs, desires, or particular implementations of theComputer 502. Generally, theProcessor 505 executes instructions and manipulates data to perform the operations of theComputer 502 and any algorithms, methods, functions, processes, flows, and procedures as described in the present disclosure. - The
Computer 502 also includes aDatabase 506 that can hold data for theComputer 502, another component communicatively linked to the Network 530 (whether illustrated or not), or a combination of theComputer 502 and another component. For example,Database 506 can be an in-memory, conventional, or another type of database storing data consistent with the present disclosure. In some implementations,Database 506 can be a combination of two or more different database types (for example, a hybrid in-memory and conventional database) according to particular needs, desires, or particular implementations of theComputer 502 and the described functionality. Although illustrated as asingle Database 506, two or more databases of similar or differing types can be used according to particular needs, desires, or particular implementations of theComputer 502 and the described functionality. WhileDatabase 506 is illustrated as an integral component of theComputer 502, in alternative implementations,Database 506 can be external to theComputer 502. - The
Computer 502 also includes aMemory 507 that can hold data for theComputer 502, another component or components communicatively linked to the Network 530 (whether illustrated or not), or a combination of theComputer 502 and another component.Memory 507 can store any data consistent with the present disclosure. In some implementations,Memory 507 can be a combination of two or more different types of memory (for example, a combination of semiconductor and magnetic storage) according to particular needs, desires, or particular implementations of theComputer 502 and the described functionality. Although illustrated as asingle Memory 507, two ormore Memories 507 or similar or differing types can be used according to particular needs, desires, or particular implementations of theComputer 502 and the described functionality. WhileMemory 507 is illustrated as an integral component of theComputer 502, in alternative implementations,Memory 507 can be external to theComputer 502. - The
Application 508 is an algorithmic software engine providing functionality according to particular needs, desires, or particular implementations of theComputer 502, particularly with respect to functionality described in the present disclosure. For example,Application 508 can serve as one or more components, modules, or applications. Further, although illustrated as asingle Application 508, theApplication 508 can be implemented asmultiple Applications 508 on theComputer 502. In addition, although illustrated as integral to theComputer 502, in alternative implementations, theApplication 508 can be external to theComputer 502. - The
Computer 502 can also include aPower Supply 514. ThePower Supply 514 can include a rechargeable or non-rechargeable battery that can be configured to be either user- or non-user-replaceable. In some implementations, thePower Supply 514 can include power-conversion or management circuits (including recharging, standby, or another power management functionality). In some implementations, thePower Supply 514 can include a power plug to allow theComputer 502 to be plugged into a wall socket or another power source to, for example, power theComputer 502 or recharge a rechargeable battery. - There can be any number of
Computers 502 associated with, or external to, a computersystem containing Computer 502, eachComputer 502 communicating overNetwork 530. Further, the term “client,” “user,” or other appropriate terminology can be used interchangeably, as appropriate, without departing from the scope of the present disclosure. Moreover, the present disclosure contemplates that many users can use oneComputer 502, or that one user can usemultiple computers 502. - Described implementations of the subject matter can include one or more features, alone or in combination.
- For example, in a first implementation, a computer-implemented method, comprising: receiving a query from a user; determining a query event type and a query time range associated with the query; determining an estimated amount of data to be queried associated with the determined query time range based on at least a historical number of the query event type of the user; determining an allowable amount of data to be queried supported by a database for a single query; generating one or more sub-queries for the received query, wherein each sub-query is associated with a different time period within the determined query time range, and a corresponding amount of data to be queried associated with each time period is less than, or equal to, the determined allowable amount of data to be queried; and querying the database with the generated one or more sub-queries.
- The foregoing and other described implementations can each, optionally, include one or more of the following features:
- A first feature, combinable with any of the following features, wherein the historical number of the query event type of the user is an average number or a maximum number of the query event type of the user in a fixed time period.
- A second feature, combinable with any of the previous or following features, wherein determining an estimated amount of data to be queried associated with the determined query time range based on at least a historical number of the query event type of the user comprises: determining whether the historical number of the query event type of the user is greater than, or equal to, a first predefined threshold and is less than, or equal to, a second predefined threshold; and in response to determining that the historical number of the query event type of the user is greater than, or equal to, a first predefined threshold and is less than, or equal to, a second predefined threshold, determining an estimated amount of data to be queried associated with the determined query time range.
- A third feature, combinable with any of the previous or following features, further comprising: determining that the historical number of the query event type of the user is less than the first predefined threshold; and in response to determining that the historical number of the query event type of the user is less than the first predefined threshold, generating one or more sub-queries for the received query based on a predefined duration.
- A fourth feature, combinable with any of the previous or following features, further comprising: determining that the historical number of the query event type of the user is greater than the second predefined threshold; and in response to determining that the historical number of the query event type of the user is greater than the second predefined threshold, performing a delayed querying process for the received query.
- A fifth feature, combinable with any of the previous or following features, wherein performing a delayed querying process for the received query comprises querying a backup database associated with the database.
- A sixth feature, combinable with any of the previous or following features, wherein performing a delayed querying process for the received query comprises setting a delayed response identifier for the query.
- In a second implementation, a non-transitory, computer-readable medium storing one or more instructions executable by a computer system to perform operations comprising: receiving a query from a user; determining a query event type and a query time range associated with the query; determining an estimated amount of data to be queried associated with the determined query time range based on at least a historical number of the query event type of the user; determining an allowable amount of data to be queried supported by a database for a single query; generating one or more sub-queries for the received query, wherein each sub-query is associated with a different time period within the determined query time range, and a corresponding amount of data to be queried associated with each time period is less than, or equal to, the determined allowable amount of data to be queried; and querying the database with the generated one or more sub-queries.
- The foregoing and other described implementations can each, optionally, include one or more of the following features:
- A first feature, combinable with any of the following features, wherein the historical number of the query event type of the user is an average number or a maximum number of the query event type of the user in a fixed time period.
- A second feature, combinable with any of the previous or following features, wherein determining an estimated amount of data to be queried associated with the determined query time range based on at least a historical number of the query event type of the user comprises: determining whether the historical number of the query event type of the user is greater than, or equal to, a first predefined threshold and is less than, or equal to, a second predefined threshold; and in response to determining that the historical number of the query event type of the user is greater than, or equal to, a first predefined threshold and is less than, or equal to, a second predefined threshold, determining an estimated amount of data to be queried associated with the determined query time range.
- A third feature, combinable with any of the previous or following features, the operations further comprising: determining that the historical number of the query event type of the user is less than the first predefined threshold; and in response to determining that the historical number of the query event type of the user is less than the first predefined threshold, generating one or more sub-queries for the received query based on a predefined duration.
- A fourth feature, combinable with any of the previous or following features, the operations further comprising: determining that the historical number of the query event type of the user is greater than the second predefined threshold; and in response to determining that the historical number of the query event type of the user is greater than the second predefined threshold, performing a delayed querying process for the received query.
- A fifth feature, combinable with any of the previous or following features, wherein performing a delayed querying process for the received query comprises querying a backup database associated with the database.
- A sixth feature, combinable with any of the previous or following features, wherein performing a delayed querying process for the received query comprises setting a delayed response identifier for the query.
- In a third implementation, a computer-implemented system, comprising: one or more computers; and one or more computer memory devices interoperably coupled with the one or more computers and having tangible, non-transitory, machine-readable media storing one or more instructions that, when executed by the one or more computers, perform one or more operations comprising: receiving a query from a user; determining a query event type and a query time range associated with the query; determining an estimated amount of data to be queried associated with the determined query time range based on at least a historical number of the query event type of the user; determining an allowable amount of data to be queried supported by a database for a single query; generating one or more sub-queries for the received query, wherein each sub-query is associated with a different time period within the determined query time range, and a corresponding amount of data to be queried associated with each time period is less than, or equal to, the determined allowable amount of data to be queried; and querying the database with the generated one or more sub-queries.
- The foregoing and other described implementations can each, optionally, include one or more of the following features:
- A first feature, combinable with any of the following features, wherein the historical number of the query event type of the user is an average number or a maximum number of the query event type of the user in a fixed time period.
- A second feature, combinable with any of the previous or following features, wherein determining an estimated amount of data to be queried associated with the determined query time range based on at least a historical number of the query event type of the user comprises: determining whether the historical number of the query event type of the user is greater than, or equal to, a first predefined threshold and is less than, or equal to, a second predefined threshold; and in response to determining that the historical number of the query event type of the user is greater than, or equal to, a first predefined threshold and is less than, or equal to, a second predefined threshold, determining an estimated amount of data to be queried associated with the determined query time range.
- A third feature, combinable with any of the previous or following features, the operations further comprising: determining that the historical number of the query event type of the user is less than the first predefined threshold; and in response to determining that the historical number of the query event type of the user is less than the first predefined threshold, generating one or more sub-queries for the received query based on a predefined duration.
- A fourth feature, combinable with any of the previous or following features, the operations further comprising: determining that the historical number of the query event type of the user is greater than the second predefined threshold; and in response to determining that the historical number of the query event type of the user is greater than the second predefined threshold, performing a delayed querying process for the received query.
- A fifth feature, combinable with any of the previous or following features, wherein performing a delayed querying process for the received query comprises querying a backup database associated with the database.
- A sixth feature, combinable with any of the previous or following features, wherein performing a delayed querying process for the received query comprises setting a delayed response identifier for the query.
- Implementations of the subject matter and the functional operations described in this specification can be implemented in digital electronic circuitry, in tangibly embodied computer software or firmware, in computer hardware, including the structures disclosed in this specification and their structural equivalents, or in combinations of one or more of them. Software implementations of the described subject matter can be implemented as one or more computer programs, that is, one or more modules of computer program instructions encoded on a tangible, non-transitory, computer-readable medium for execution by, or to control the operation of, a computer or computer-implemented system. Alternatively, or additionally, the program instructions can be encoded in/on an artificially generated propagated signal, for example, a machine-generated electrical, optical, or electromagnetic signal that is generated to encode information for transmission to a receiver apparatus for execution by a computer or computer-implemented system. The computer-storage medium can be a machine-readable storage device, a machine-readable storage substrate, a random or serial access memory device, or a combination of computer-storage mediums. Configuring one or more computers means that the one or more computers have installed hardware, firmware, or software (or combinations of hardware, firmware, and software) so that when the software is executed by the one or more computers, particular computing operations are performed.
- The term “real-time,” “real time,” “realtime,” “real (fast) time (RFT),” “near(ly) real-time (NRT),” “quasi real-time,” or similar terms (as understood by one of ordinary skill in the art), means that an action and a response are temporally proximate such that an individual perceives the action and the response occurring substantially simultaneously. For example, the time difference for a response to display (or for an initiation of a display) of data following the individual's action to access the data can be less than 1 millisecond (ms), less than 1 second (s), or less than 5 s. While the requested data need not be displayed (or initiated for display) instantaneously, it is displayed (or initiated for display) without any intentional delay, taking into account processing limitations of a described computing system and time required to, for example, gather, accurately measure, analyze, process, store, or transmit the data.
- The terms “data processing apparatus,” “computer,” or “electronic computer device” (or an equivalent term as understood by one of ordinary skill in the art) refer to data processing hardware and encompass all kinds of apparatus, devices, and machines for processing data, including by way of example, a programmable processor, a computer, or multiple processors or computers. The computer can also be, or further include special purpose logic circuitry, for example, a central processing unit (CPU), an FPGA (field programmable gate array), or an ASIC (application-specific integrated circuit). In some implementations, the computer or computer-implemented system or special purpose logic circuitry (or a combination of the computer or computer-implemented system and special purpose logic circuitry) can be hardware- or software-based (or a combination of both hardware- and software-based). The computer can optionally include code that creates an execution environment for computer programs, for example, code that constitutes processor firmware, a protocol stack, a database management system, an operating system, or a combination of execution environments. The present disclosure contemplates the use of a computer or computer-implemented system with an operating system of some type, for example LINUX, UNIX, WINDOWS, MAC OS, ANDROID, IOS, another operating system, or a combination of operating systems.
- A computer program, which can also be referred to or described as a program, software, a software application, a unit, a module, a software module, a script, code, or other component can be written in any form of programming language, including compiled or interpreted languages, or declarative or procedural languages, and it can be deployed in any form, including, for example, as a stand-alone program, module, component, or subroutine, for use in a computing environment. A computer program can, but need not, correspond to a file in a file system. A program can be stored in a portion of a file that holds other programs or data, for example, one or more scripts stored in a markup language document, in a single file dedicated to the program in question, or in multiple coordinated files, for example, files that store one or more modules, sub-programs, or portions of code. A computer program can be deployed to be executed on one computer or on multiple computers that are located at one site or distributed across multiple sites and interconnected by a communication network.
- While portions of the programs illustrated in the various figures can be illustrated as individual components, such as units or modules, that implement described features and functionality using various objects, methods, or other processes, the programs can instead include a number of sub-units, sub-modules, third-party services, components, libraries, and other components, as appropriate. Conversely, the features and functionality of various components can be combined into single components, as appropriate. Thresholds used to make computational determinations can be statically, dynamically, or both statically and dynamically determined.
- Described methods, processes, or logic flows represent one or more examples of functionality consistent with the present disclosure and are not intended to limit the disclosure to the described or illustrated implementations, but to be accorded the widest scope consistent with described principles and features. The described methods, processes, or logic flows can be performed by one or more programmable computers executing one or more computer programs to perform functions by operating on input data and generating output data. The methods, processes, or logic flows can also be performed by, and computers can also be implemented as, special purpose logic circuitry, for example, a CPU, an FPGA, or an ASIC.
- Computers for the execution of a computer program can be based on general or special purpose microprocessors, both, or another type of CPU. Generally, a CPU will receive instructions and data from and write to a memory. The essential elements of a computer are a CPU, for performing or executing instructions, and one or more memory devices for storing instructions and data. Generally, a computer will also include, or be operatively coupled to, receive data from or transfer data to, or both, one or more mass storage devices for storing data, for example, magnetic, magneto-optical disks, or optical disks. However, a computer need not have such devices. Moreover, a computer can be embedded in another device, for example, a mobile telephone, a personal digital assistant (PDA), a mobile audio or video player, a game console, a global positioning system (GPS) receiver, or a portable memory storage device.
- Non-transitory computer-readable media for storing computer program instructions and data can include all forms of permanent/non-permanent or volatile/non-volatile memory, media and memory devices, including by way of example semiconductor memory devices, for example, random access memory (RAM), read-only memory (ROM), phase change memory (PRAM), static random access memory (SRAM), dynamic random access memory (DRAM), erasable programmable read-only memory (EPROM), electrically erasable programmable read-only memory (EEPROM), and flash memory devices; magnetic devices, for example, tape, cartridges, cassettes, internal/removable disks; magneto-optical disks; and optical memory devices, for example, digital versatile/video disc (DVD), compact disc (CD)-ROM, DVD+/−R, DVD-RAM, DVD-ROM, high-definition/density (HD)-DVD, and BLU-RAY/BLU-RAY DISC (BD), and other optical memory technologies. The memory can store various objects or data, including caches, classes, frameworks, applications, modules, backup data, jobs, web pages, web page templates, data structures, database tables, repositories storing dynamic information, or other appropriate information including any parameters, variables, algorithms, instructions, rules, constraints, or references. Additionally, the memory can include other appropriate data, such as logs, policies, security or access data, or reporting files. The processor and the memory can be supplemented by, or incorporated in, special purpose logic circuitry.
- To provide for interaction with a user, implementations of the subject matter described in this specification can be implemented on a computer having a display device, for example, a CRT (cathode ray tube), LCD (liquid crystal display), LED (Light Emitting Diode), or plasma monitor, for displaying information to the user and a keyboard and a pointing device, for example, a mouse, trackball, or trackpad by which the user can provide input to the computer. Input can also be provided to the computer using a touchscreen, such as a tablet computer surface with pressure sensitivity, a multi-touch screen using capacitive or electric sensing, or another type of touchscreen. Other types of devices can be used to interact with the user. For example, feedback provided to the user can be any form of sensory feedback (such as, visual, auditory, tactile, or a combination of feedback types). Input from the user can be received in any form, including acoustic, speech, or tactile input. In addition, a computer can interact with the user by sending documents to and receiving documents from a client computing device that is used by the user (for example, by sending web pages to a web browser on a user's mobile computing device in response to requests received from the web browser).
- The term “graphical user interface,” or “GUI,” can be used in the singular or the plural to describe one or more graphical user interfaces and each of the displays of a particular graphical user interface. Therefore, a GUI can represent any graphical user interface, including but not limited to, a web browser, a touch screen, or a command line interface (CLI) that processes information and efficiently presents the information results to the user. In general, a GUI can include a number of user interface (UI) elements, some or all associated with a web browser, such as interactive fields, pull-down lists, and buttons. These and other UI elements can be related to or represent the functions of the web browser.
- Implementations of the subject matter described in this specification can be implemented in a computing system that includes a back-end component, for example, as a data server, or that includes a middleware component, for example, an application server, or that includes a front-end component, for example, a client computer having a graphical user interface or a Web browser through which a user can interact with an implementation of the subject matter described in this specification, or any combination of one or more such back-end, middleware, or front-end components. The components of the system can be interconnected by any form or medium of wireline or wireless digital data communication (or a combination of data communication), for example, a communication network. Examples of communication networks include a local area network (LAN), a radio access network (RAN), a metropolitan area network (MAN), a wide area network (WAN), Worldwide Interoperability for Microwave Access (WIMAX), a wireless local area network (WLAN) using, for example, 802.11a/b/g/n or 802.20 (or a combination of 802.11x and 802.20 or other protocols consistent with the present disclosure), all or a portion of the Internet, another communication network, or a combination of communication networks. The communication network can communicate with, for example, Internet Protocol (IP) packets, Frame Relay frames, Asynchronous Transfer Mode (ATM) cells, voice, video, data, or other information between network nodes.
- The computing system can include clients and servers. A client and server are generally remote from each other and typically interact through a communication network. The relationship of client and server arises by virtue of computer programs running on the respective computers and having a client-server relationship to each other.
- While this specification contains many specific implementation details, these should not be construed as limitations on the scope of any inventive concept or on the scope of what can be claimed, but rather as descriptions of features that can be specific to particular implementations of particular inventive concepts. Certain features that are described in this specification in the context of separate implementations can also be implemented, in combination, in a single implementation. Conversely, various features that are described in the context of a single implementation can also be implemented in multiple implementations, separately, or in any sub-combination. Moreover, although previously described features can be described as acting in certain combinations and even initially claimed as such, one or more features from a claimed combination can, in some cases, be excised from the combination, and the claimed combination can be directed to a sub-combination or variation of a sub-combination.
- Particular implementations of the subject matter have been described. Other implementations, alterations, and permutations of the described implementations are within the scope of the following claims as will be apparent to those skilled in the art. While operations are depicted in the drawings or claims in a particular order, this should not be understood as requiring that such operations be performed in the particular order shown or in sequential order, or that all illustrated operations be performed (some operations can be considered optional), to achieve desirable results. In certain circumstances, multitasking or parallel processing (or a combination of multitasking and parallel processing) can be advantageous and performed as deemed appropriate.
- Moreover, the separation or integration of various system modules and components in the previously described implementations should not be understood as requiring such separation or integration in all implementations, and it should be understood that the described program components and systems can generally be integrated together in a single software product or packaged into multiple software products.
- Accordingly, the previously described example implementations do not define or constrain the present disclosure. Other changes, substitutions, and alterations are also possible without departing from the spirit and scope of the present disclosure.
- Furthermore, any claimed implementation is considered to be applicable to at least a computer-implemented method; a non-transitory, computer-readable medium storing computer-readable instructions to perform the computer-implemented method; and a computer system comprising a computer memory interoperably coupled with a hardware processor configured to perform the computer-implemented method or the instructions stored on the non-transitory, computer-readable medium.
Claims (21)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US17/461,472 US20220050842A1 (en) | 2015-07-27 | 2021-08-30 | Querying a database |
Applications Claiming Priority (5)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510446726.2 | 2015-07-27 | ||
CN201510446726.2A CN106407190B (en) | 2015-07-27 | 2015-07-27 | Event record query method and device |
PCT/CN2016/090270 WO2017016402A1 (en) | 2015-07-27 | 2016-07-18 | Method and device for event record inquiry |
US15/870,225 US11113276B2 (en) | 2015-07-27 | 2018-01-12 | Querying a database |
US17/461,472 US20220050842A1 (en) | 2015-07-27 | 2021-08-30 | Querying a database |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US15/870,225 Continuation US11113276B2 (en) | 2015-07-27 | 2018-01-12 | Querying a database |
Publications (1)
Publication Number | Publication Date |
---|---|
US20220050842A1 true US20220050842A1 (en) | 2022-02-17 |
Family
ID=57883995
Family Applications (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US15/870,225 Active 2037-12-18 US11113276B2 (en) | 2015-07-27 | 2018-01-12 | Querying a database |
US17/461,472 Pending US20220050842A1 (en) | 2015-07-27 | 2021-08-30 | Querying a database |
Family Applications Before (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US15/870,225 Active 2037-12-18 US11113276B2 (en) | 2015-07-27 | 2018-01-12 | Querying a database |
Country Status (4)
Country | Link |
---|---|
US (2) | US11113276B2 (en) |
CN (1) | CN106407190B (en) |
SG (1) | SG11201800543WA (en) |
WO (1) | WO2017016402A1 (en) |
Families Citing this family (43)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN108958878B (en) * | 2017-05-23 | 2021-10-19 | 深信服科技股份有限公司 | Container-based network equipment operation control method and device |
CN107463623B (en) * | 2017-07-06 | 2020-06-09 | 积成电子股份有限公司 | Dynamic query method for historical item database of transformer substation |
CN108172299B (en) * | 2017-12-25 | 2021-04-27 | 华中科技大学同济医学院附属协和医院 | Medical data remote computing system and method |
US11016971B2 (en) * | 2018-01-26 | 2021-05-25 | Vmware, Inc. | Splitting a time-range query into multiple sub-queries for parallel execution |
US11144570B2 (en) | 2018-01-26 | 2021-10-12 | Vmware, Inc. | Data ingestion by distributed-computing systems |
US11016972B2 (en) | 2018-01-26 | 2021-05-25 | Vmware, Inc. | Splitting a time-range query into multiple sub-queries for serial execution |
US10860576B2 (en) | 2018-01-26 | 2020-12-08 | Vmware, Inc. | Splitting a query into native query operations and post-processing operations |
US10824623B2 (en) | 2018-02-28 | 2020-11-03 | Vmware, Inc. | Efficient time-range queries on databases in distributed computing systems |
US10812332B2 (en) | 2018-02-28 | 2020-10-20 | Vmware Inc. | Impartial buffering in stream processing |
US11178213B2 (en) | 2018-02-28 | 2021-11-16 | Vmware, Inc. | Automated configuration based deployment of stream processing pipeline |
CN108388665B (en) * | 2018-03-14 | 2021-06-22 | 四川长虹电器股份有限公司 | Method for inquiring and acquiring new data insertion position in data |
CN109492017B (en) * | 2018-09-18 | 2024-01-12 | 平安科技(深圳)有限公司 | Service information query processing method, system, computer equipment and storage medium |
CN109543079B (en) * | 2018-11-27 | 2021-02-02 | 北京锐安科技有限公司 | Data query method and device, computing equipment and storage medium |
CN110096489A (en) * | 2019-04-30 | 2019-08-06 | 阿里巴巴集团控股有限公司 | A kind of data query method, system, device and electronic equipment |
CN110347754B (en) * | 2019-06-05 | 2023-03-24 | 创新先进技术有限公司 | Data query method and device |
CN110297837B (en) * | 2019-06-14 | 2023-03-21 | 阿里巴巴集团控股有限公司 | Data updating method and device and data query method and device |
US11797615B2 (en) * | 2019-07-02 | 2023-10-24 | International Business Machines Corporation | Random sampling from a search engine |
CN110427390B (en) * | 2019-08-01 | 2022-09-27 | 北京明略软件系统有限公司 | Data query method and device, storage medium and electronic device |
CN111177478A (en) * | 2019-12-24 | 2020-05-19 | 北京明略软件系统有限公司 | Query method, device and system |
CN110931136B (en) * | 2020-01-21 | 2020-06-19 | 医渡云(北京)技术有限公司 | Event searching method and device, computer medium and electronic equipment |
CN113220705B (en) * | 2020-02-06 | 2024-10-18 | 北京沃东天骏信息技术有限公司 | Method and device for recognizing slow query |
CN111552540B (en) * | 2020-04-23 | 2023-07-04 | 华云数据控股集团有限公司 | Resource synchronization method based on VMware cloud platform and super-fusion cloud platform |
CN111538728A (en) * | 2020-04-27 | 2020-08-14 | 中国科学技术大学 | Method for archiving and querying historical data of large scientific device |
CN112100138A (en) * | 2020-09-16 | 2020-12-18 | 北京天融信网络安全技术有限公司 | Log query method and device, storage medium and electronic equipment |
CN112487047B (en) * | 2020-11-02 | 2024-08-13 | 广州明珞装备股份有限公司 | Spare part consumption data query method, system and storage medium |
CN113779060A (en) * | 2021-01-26 | 2021-12-10 | 北京沃东天骏信息技术有限公司 | Data query method and device |
CN113110237B (en) * | 2021-05-12 | 2022-02-22 | 杭州仁牧科技有限公司 | Multichannel high-speed signal acquisition system based on big data and processing method thereof |
CN113420236B (en) * | 2021-05-24 | 2024-05-17 | 北京达佳互联信息技术有限公司 | Method and device for displaying list data, electronic equipment and storage medium |
US20220398245A1 (en) * | 2021-06-11 | 2022-12-15 | Vmware, Inc. | Time aware caching |
CN113326285B (en) * | 2021-08-03 | 2021-11-12 | 北京轻松筹信息技术有限公司 | Database table query method and device |
CN113837878B (en) * | 2021-09-07 | 2024-05-03 | 中国银联股份有限公司 | Data comparison method, device, equipment and storage medium |
CN113918561A (en) * | 2021-09-10 | 2022-01-11 | 上海跬智信息技术有限公司 | Hybrid query method and system based on-cloud analysis scene and storage medium |
CN113961581B (en) * | 2021-09-27 | 2023-09-08 | 北京百度网讯科技有限公司 | Query processing method, device, electronic equipment and storage medium |
US12056203B2 (en) | 2021-11-02 | 2024-08-06 | Siteimprove A/S | Website key pages identification and analysis system |
US11461429B1 (en) | 2021-11-10 | 2022-10-04 | Siteimprove A/S | Systems and methods for website segmentation and quality analysis |
US11836439B2 (en) | 2021-11-10 | 2023-12-05 | Siteimprove A/S | Website plugin and framework for content management services |
US11461430B1 (en) | 2021-11-10 | 2022-10-04 | Siteimprove A/S | Systems and methods for diagnosing quality issues in websites |
US11397789B1 (en) | 2021-11-10 | 2022-07-26 | Siteimprove A/S | Normalizing uniform resource locators |
EP4180951A1 (en) | 2021-11-12 | 2023-05-17 | Siteimprove A/S | Generating lossless static object models of dynamic webpages |
US11468058B1 (en) | 2021-11-12 | 2022-10-11 | Siteimprove A/S | Schema aggregating and querying system |
US11960561B2 (en) | 2022-07-28 | 2024-04-16 | Siteimprove A/S | Client-side generation of lossless object model representations of dynamic webpages |
CN116610715B (en) * | 2023-07-18 | 2023-11-28 | 国网浙江省电力有限公司宁波供电公司 | Multidimensional analysis method and system for multilevel storage data |
CN118093616B (en) * | 2024-04-23 | 2024-07-26 | 深圳市奇迅新游科技股份有限公司 | Data processing method, terminal device and computer readable storage medium |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8285711B2 (en) * | 2009-11-24 | 2012-10-09 | International Business Machines Corporation | Optimizing queries to hierarchically structured data |
Family Cites Families (15)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6226745B1 (en) * | 1997-03-21 | 2001-05-01 | Gio Wiederhold | Information sharing system and method with requester dependent sharing and security rules |
US7321863B2 (en) * | 2003-08-06 | 2008-01-22 | Travelocity.Com Lp | Systems, methods, and computer program products for storing and retrieving product availability information from a storage cache |
US8478775B2 (en) * | 2008-10-05 | 2013-07-02 | Microsoft Corporation | Efficient large-scale filtering and/or sorting for querying of column based data encoded structures |
CN102081624B (en) * | 2009-11-30 | 2013-07-17 | 中国移动通信集团北京有限公司 | Data inquiring method and data inquiring device |
US9274842B2 (en) * | 2010-06-29 | 2016-03-01 | Microsoft Technology Licensing, Llc | Flexible and safe monitoring of computers |
CN102156714B (en) * | 2011-03-22 | 2012-11-14 | 清华大学 | Method for realizing self-adaptive vertical divided relational database and system thereof |
US9092482B2 (en) * | 2013-03-14 | 2015-07-28 | Palantir Technologies, Inc. | Fair scheduling for mixed-query loads |
CN103838632B (en) * | 2012-11-21 | 2017-04-12 | 阿里巴巴集团控股有限公司 | Data querying method and device |
CN103294754A (en) * | 2013-02-04 | 2013-09-11 | 税友软件集团股份有限公司 | Splitting and merging method and system for mass data loading |
CN103412922B (en) * | 2013-08-12 | 2017-02-08 | 曙光信息产业股份有限公司 | Data query processing method |
CN103942098A (en) * | 2014-04-29 | 2014-07-23 | 国家电网公司 | System and method for task processing |
KR101680540B1 (en) | 2015-06-18 | 2016-11-30 | 주식회사 코인플러그 | Financial institution document verification system that is based on the block chain |
TWM554608U (en) | 2017-09-01 | 2018-01-21 | 國泰人壽保險股份有限公司 | Blockchain-based insurance service system |
CN108038786A (en) | 2017-11-14 | 2018-05-15 | 北京欧链科技有限公司 | The processing method and system of Claims Resolution event based on block chain |
CN108009834B (en) | 2017-12-27 | 2021-10-15 | 上海唯链信息科技有限公司 | Automobile insurance information system based on block chain technology |
-
2015
- 2015-07-27 CN CN201510446726.2A patent/CN106407190B/en active Active
-
2016
- 2016-07-18 WO PCT/CN2016/090270 patent/WO2017016402A1/en active Application Filing
- 2016-07-18 SG SG11201800543WA patent/SG11201800543WA/en unknown
-
2018
- 2018-01-12 US US15/870,225 patent/US11113276B2/en active Active
-
2021
- 2021-08-30 US US17/461,472 patent/US20220050842A1/en active Pending
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8285711B2 (en) * | 2009-11-24 | 2012-10-09 | International Business Machines Corporation | Optimizing queries to hierarchically structured data |
Also Published As
Publication number | Publication date |
---|---|
SG11201800543WA (en) | 2018-02-27 |
WO2017016402A1 (en) | 2017-02-02 |
US20180137169A1 (en) | 2018-05-17 |
CN106407190B (en) | 2020-01-14 |
US11113276B2 (en) | 2021-09-07 |
CN106407190A (en) | 2017-02-15 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US20220050842A1 (en) | Querying a database | |
US11106489B2 (en) | Efficient, time-based leader node election in a distributed computing system | |
US10956847B2 (en) | Risk identification based on historical behavioral data | |
US10417426B2 (en) | Aggregating service data for transmission and risk analysis | |
US11108874B2 (en) | Communication tool for initiation of services | |
US20180165760A1 (en) | Transparent resource matching | |
US10657143B2 (en) | Recommending a data handling method for a pending data handling process | |
US11221997B2 (en) | On-demand creation and access of a virtual file system | |
US20180048726A1 (en) | Recording and restoring a click position in a webpage | |
US20180165762A1 (en) | User credit assessment | |
US11238462B2 (en) | Success rate of an online transaction | |
US20180101541A1 (en) | Determining location information based on user characteristics | |
WO2020087489A1 (en) | Monitoring multiple system indicators | |
US10657114B2 (en) | Reserving key specifications | |
US10803071B2 (en) | Presenting a data handling method on a graphical user interface | |
US10484342B2 (en) | Accuracy and security of data transfer to an online user account | |
US12026150B2 (en) | Generic data state transfer interface to the state of data and information for a reporting system | |
US10491707B2 (en) | Information processing using a server group |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: ADVANTAGEOUS NEW TECHNOLOGIES CO., LTD., CAYMAN ISLANDS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ALIBABA GROUP HOLDING LIMITED;REEL/FRAME:057922/0526 Effective date: 20200826 Owner name: ADVANCED NEW TECHNOLOGIES CO., LTD., CAYMAN ISLANDS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ADVANTAGEOUS NEW TECHNOLOGIES CO., LTD.;REEL/FRAME:057922/0803 Effective date: 20200910 Owner name: ALIBABA GROUP HOLDING LIMITED, CAYMAN ISLANDS Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ZHAO, HANG;REEL/FRAME:057917/0502 Effective date: 20180112 |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION MAILED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE AFTER FINAL ACTION FORWARDED TO EXAMINER |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: ADVISORY ACTION MAILED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: DOCKETED NEW CASE - READY FOR EXAMINATION |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: NON FINAL ACTION MAILED |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: RESPONSE TO NON-FINAL OFFICE ACTION ENTERED AND FORWARDED TO EXAMINER |
|
STPP | Information on status: patent application and granting procedure in general |
Free format text: FINAL REJECTION MAILED |