IP Library Granted Patent US 12,032,584
Granted Patent B2
US 12,032,584 · App. 18/250,212 · Granted Jul 9, 2024

Data management method and system for a security protection terminal, device and storage medium

Inventors: Peng Zhen (Jiangsu, CN); Chao Tang (Jiangsu, CN)
Assignee: INSPUR SUZHOU INTELLIGENT TECHNOLOGY CO., LTD.
G06F16/2471G06F16/24558
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 12,032,584
App. No.
18/250,212
Granted
Jul 9, 2024
Kind
B2
Abstract

Provided are a data management method and system for a security protection terminal, a device and a medium. The method includes: respectively generating an initial universally unique identifier for each security protection terminal; determining a target search field, calculating corresponding search field identifier information, and inputting the same into the initial universally unique identifier to obtain a target universally unique identifier; storing data corresponding to the security protection terminals in corresponding sub-databases based on a horizontal partitioning and modulus mode according to the target universally unique identifier; and receiving a data search request, and locating to the sub-databases based on the horizontal partitioning and modulus mode according to the target search field identifier information, thereby facilitating subsequent data search in the sub-databases.

Claims (65)

1. A data management method for a security protection terminal, comprising:

respectively generating a corresponding initial universally unique identifier for each security protection terminal;

determining a target search field for terminal data search, calculating corresponding search field identifier information based on the target search field and inputting the search field identifier information into the initial universally unique identifier to obtain a target universally unique identifier;

storing, based on a horizontal partitioning and modulus mode, data corresponding to the security protection terminals in corresponding sub-databases according to the target universally unique identifier;

calculating, upon receipt of a data search request, corresponding target search field identifier information based on an actual target search field in the data search request; and

locating to the sub-databases based on the horizontal partitioning and modulus mode according to the target search field identifier information, so as to perform subsequent data search in the sub-databases.

2. The method according to claim 1 , wherein the determining a target search field for terminal data search, and calculating corresponding search field identifier information based on the target search field comprises:

determining a name of the security protection terminal as the target search field; and

calculating a first Hash value of the target search field, converting the first Hash value into a binary number, and then extracting preset-length data from the end of a converted first number to serve as the search field identifier information.

3. The method according to claim 1 , wherein the inputting the search field identifier information into the initial universally unique identifier to obtain a target universally unique identifier comprises:

converting the initial universally unique identifier into a binary number to obtain a binary identifier; and

substituting a corresponding length number at the end of the binary identifier according to the search field identifier information to obtain the target universally unique identifier.

4. The method according to claim 1 , wherein the storing, based on a horizontal partitioning and modulus mode, data corresponding to the security protection terminals in corresponding sub-databases according to the target universally unique identifier comprises:

calculating the sub-databases corresponding to the security protection terminals based on the horizontal partitioning and modulus mode according to the target universally unique identifier corresponding to the security protection terminals; and

storing the data corresponding the security protection terminals in the sub-databases.

5. The method according to claim 1 , wherein the storing, based on a horizontal partitioning and modulus mode, data corresponding to the security protection terminals in corresponding sub-databases according to the target universally unique identifier comprises:

determining the actual total quantity of the security protection terminals, and determining the quantity of the sub-databases based on the total quantity.

6. The method according to claim 5 , wherein the calculating, upon receipt of a data search request, corresponding target search field identifier information based on an actual target search field in the data search request comprises:

acquiring, upon receipt of the data search request, the actual target search field in the data search request; and

calculating a second Hash value corresponding to the actual target search field, converting the second Hash value into a binary number, and extracting preset-length data from the end of a converted second number to serve as the target search field identifier information.

7. An electronic device, comprising:

a memory, configured to store a computer program; and

a processor, configured to execute the computer program to:

respectively generate a corresponding initial universally unique identifier for each security protection terminal;

determine a target search field for terminal data search, calculate corresponding search field identifier information based on the target search field and input the search field identifier information into the initial universally unique identifier to obtain a target universally unique identifier;

store, based on a horizontal partitioning and modulus mode, data corresponding to the security protection terminals in corresponding sub-databases according to the target universally unique identifier;

calculate, upon receipt of a data search request, corresponding target search field identifier information based on an actual target search field in the data search request; and

locate to the sub-databases based on the horizontal partitioning and modulus mode according to the target search field identifier information, so as to perform subsequent data search in the sub-databases.

8. A non-transitory computer-readable storage medium, storing a computer program, wherein the computer program is configured to, when executed by a processor, cause the processor to:

respectively generate a corresponding initial universally unique identifier for each security protection terminal;

determine a target search field for terminal data search, calculate corresponding search field identifier information based on the target search field and input the search field identifier information into the initial universally unique identifier to obtain a target universally unique identifier;

store, based on a horizontal partitioning and modulus mode, data corresponding to the security protection terminals in corresponding sub-databases according to the target universally unique identifier;

calculate, upon receipt of a data search request, corresponding target search field identifier information based on an actual target search field in the data search request; and

locate to the sub-databases based on the horizontal partitioning and modulus mode according to the target search field identifier information, so as to perform subsequent data search in the sub-databases.

9. The non transitory computer-readable storage medium according to claim 8 , the computer program is further configured to, when executed by the processor, cause the processor to:

determine a name of the security protection terminal as the target search field; and

calculate a first Hash value of the target search field, converting the first Hash value into a binary number, and then extract preset-length data from the end of a converted first number to serve as the search field identifier information.

10. The D transitory computer-readable storage medium according to claim 8 , the computer program is further configured to, when executed by the processor, cause the processor to:

convert the initial universally unique identifier into a binary number to obtain a binary identifier; and

substitute a corresponding length number at the end of the binary identifier according to the search field identifier information to obtain the target universally unique identifier.

11. The non-transitory computer-readable storage medium according to claim 8 , the computer program is further configured to, when executed by the processor, cause the processor to:

convert the initial universally unique identifier into a binary number to obtain a binary identifier; and

substitute a corresponding length number at the end of the binary identifier according to the search field identifier information to obtain the target universally unique identifier.

12. The non-transitory computer-readable storage medium according to claim 8 , the computer program is further configured to, when executed by the processor, cause the processor to:

determine the actual total quantity of the security protection terminals, and determine the quantity of the sub-databases based on the total quantity.

13. The non-transitory computer-readable storage medium according to claim 12 , the computer program is further configured to, when executed by the processor, cause the processor to:

acquire, upon receipt of the data search request, the actual target search field in the data search request; and

calculate a second Hash value corresponding to the actual target search field, convert the second Hash value into a binary number, and extract preset-length data from the end of a converted second number to serve as the target search field identifier information.

14. The electronic device according to claim 7 , the processor is further configured to:

determine a name of the security protection terminal as the target search field; and

calculate a first Hash value of the target search field, converting the first Hash value into a binary number, and then extract preset-length data from the end of a converted first number to serve as the search field identifier information.

15. The electronic device according to claim 7 , the processor is further configured to:

convert the initial universally unique identifier into a binary number to obtain a binary identifier; and

substitute a corresponding length number at the end of the binary identifier according to the search field identifier information to obtain the target universally unique identifier.

16. The electronic device according to claim 7 , the processor is further configured to:

convert the initial universally unique identifier into a binary number to obtain a binary identifier; and

substitute a corresponding length number at the end of the binary identifier according to the search field identifier information to obtain the target universally unique identifier.

17. The electronic device according to claim 7 , the processor is further configured to:

determine the actual total quantity of the security protection terminals, and determine the quantity of the sub-databases based on the total quantity.

18. The electronic device according to claim 17 , the processor is further configured to:

acquire, upon receipt of the data search request, the actual target search field in the data search request; and

calculate a second Hash value corresponding to the actual target search field, convert the second Hash value into a binary number, and extract preset-length data from the end of a converted second number to serve as the target search field identifier information.

19. The electronic device according to claim 7 , the processor is further configured to:

adjust a quantity of the sub-databases according to a total quantity of the security protection terminals.

20. The method according to claim 1 , wherein a quantity of the sub-databases can be adjusted according to a total quantity of the security protection terminals.

Assignments (2)
LICENSE Recorded Jun 30, 2026
From: IEIT SYSTEMS CO., LTD
To: AIVRES SYSTEMS INC.
Reel/Frame 075857/0939 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Jun 4, 2024
From: ZHEN, PENG; TANG, CHAO
To: INSPUR SUZHOU INTELLIGENT TECHNOLOGY CO., LTD.
Reel/Frame 067614/0729 →
Priority Claims (1)
CN 202011147185.0 · Oct 23, 2020 · national
Continuity (1)
Related Publication 20240037113A1 · Feb 1, 2024