CN111966685A - Method and system for realizing business module expansion - Google Patents

Method and system for realizing business module expansion Download PDF

Info

Publication number
CN111966685A
CN111966685A CN202010825869.5A CN202010825869A CN111966685A CN 111966685 A CN111966685 A CN 111966685A CN 202010825869 A CN202010825869 A CN 202010825869A CN 111966685 A CN111966685 A CN 111966685A
Authority
CN
China
Prior art keywords
service
field
module
data table
service module
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.)
Granted
Application number
CN202010825869.5A
Other languages
Chinese (zh)
Other versions
CN111966685B (en
Inventor
邬鹏程
陈可义
钱成文
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jiangsu Baida Wisdom Network Technology Co ltd
Original Assignee
Jiangsu Baida Wisdom Network Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Jiangsu Baida Wisdom Network Technology Co ltd filed Critical Jiangsu Baida Wisdom Network Technology Co ltd
Priority to CN202010825869.5A priority Critical patent/CN111966685B/en
Publication of CN111966685A publication Critical patent/CN111966685A/en
Application granted granted Critical
Publication of CN111966685B publication Critical patent/CN111966685B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/40Transformation of program code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing

Landscapes

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

Abstract

The invention discloses a business module expansion realization method and a system structure, wherein a module table, a business data table, a business field management table and a field data table are created in a database in advance; the module table is used for storing service type names and service module numbers; if the service module included in the specific service module number needs to be updated, the service header included in the specific service module number is correspondingly added in the service data table, the extension field name included in the specific service module number is added in the service field management table, and meanwhile, the value corresponding to the extension field name corresponding to the specific service module number is added in the field data table. The invention can rapidly and easily increase and expand the service range of the system through the background setting without recoding a newly added system service module by a developer to increase the risk of the system.

Description

Method and system for realizing business module expansion
Technical Field
The invention relates to the technical field of Internet development, in particular to a method and a system for realizing business module extension.
Background
With the strengthening and attention of the national informatization and intellectualization, the requirements on the office work and operation of enterprises are higher and higher. Both business and enterprise management of an enterprise use a platform management system. With the increase of the range of the related, the service platform system becomes more and more complex. The differentiation of different systems increases the operational and research costs, so a more intelligent and scalable system is needed to meet the development needs of the enterprise.
Various systems exist on the market today, such as the crm, oa systems and enterprise business management systems. They all contain their own unique service module functionality. As business requirements of enterprises increase or change, business modules of the system often need to be adjusted to meet corresponding requirements, so that a team needs to look at the project for development all the time for a long time. Since each system may be based on a different language, a different framework. Therefore, the familiarity of the team with the system language is greatly increased, and the maintenance cost of the system is greatly increased.
Disclosure of Invention
Aiming at the problems that the existing system development method is inconvenient to adjust the service module of the system and the maintenance cost of the system is high, the invention provides a service module extension realization method and a system.
To achieve the above technical object, the present invention adopts the following method.
In one aspect, the present invention provides a method for implementing service module extension, including the following steps:
creating a modules module table, a posts service data table, a fields service field management table and a field _ data field data table in a database in advance;
the module table is used for storing the name of the service type and the number module _ id of the service module;
the posts service data table is used for storing a service data number posts _ id, a service module number modules _ id and a service title;
the field service field management table is used for storing service module numbers modules _ id, corresponding field numbers field _ id and field names;
the field _ data field data table is used for storing field _ data _ id of the field data table number, module _ id of the corresponding service module number, posts _ id of the service data number and the value corresponding to the field service field management table extension field name.
The modules module table, the posts service data table, the field service field management table and the field _ data field data table are mutually associated through a service module number module _ id;
if a service module included in the specific service module number module _ id needs to be updated, a service title included in the specific service module number module _ id is correspondingly added in a posts service data table, an extension field name included in the specific service module number module _ id is added in a field service field management table, and a value corresponding to the extension field name corresponding to the specific service module number module _ id is added in a field data table.
Further, returning a specific service module number module _ id, a corresponding storage service data number posts _ id and a service title in the posts service data table; and simultaneously returning the value corresponding to the extension field name of the module _ id corresponding to the specific service module number in the field _ data field data table.
Further, the fields service field management table further includes field attributes corresponding to a field number field _ id, where the field attributes include a field type, whether searching is supported, whether editing is supported, and/or whether sorting is supported.
Further, the fields service field management table further includes a service type name corresponding to each service module number module _ id.
Further, the posts service data table is also used for storing the basic information field corresponding to each service data number posts _ id corresponding to each service module number modules _ id.
Further, aiming at a specific service module number module _ id, a service title included by the specific service module number module _ id is obtained by inquiring a posts service data table, meanwhile, a field included by the specific service module number module _ id in a field service field management table is inquired, a value corresponding to a field name corresponding to the specific service module number module _ id in a field data table is inquired, and the specific service module number module _ id, the corresponding storage service data number posts _ id and the service title in the posts service data table are returned; and simultaneously returning the values corresponding to the field names of the modules _ id corresponding to the specific service module number in the field _ data field data table.
In a second aspect, the present invention provides a service module extension implementing system, including: modules module table, posts service data table, fields service field management table and field _ data field data table;
the module table is used for storing the name of the service type and the number module _ id of the service module;
the posts service data table is used for storing a service data number posts _ id, a service module number modules _ id and a service title;
the field service field management table is used for storing service module numbers modules _ id, corresponding field numbers field _ id and field names;
the field _ data field data table is used for storing field _ data _ id of the field data table number, module _ id of the corresponding service module number, posts _ id of the service data number and the value corresponding to the field service field management table extension field name.
The modules module table, the posts service data table, the field service field management table and the field _ data field data table are mutually associated through a service module number module _ id;
if a service module included in the specific service module number module _ id needs to be updated, correspondingly using a posts service data table for newly adding a service title included in the specific service module number module _ id, using a field service field management table for newly adding an extension field name included in the specific service module number module _ id, and using a field data table for adding a value corresponding to the extension field name corresponding to the specific service module number module _ id;
the posts service data table is used for returning a specific service module number module _ id, a corresponding storage service data number posts _ id and a service title; and meanwhile, the field _ data field data table is used for returning the value corresponding to the extension field name of the special service module number modules _ id.
The present invention further provides a computer-readable storage medium, which stores a computer program, and the computer program, when executed by a processor, implements the steps of the service module extension implementation method provided in any one of the possible implementation manners of the first aspect.
The invention has the following beneficial technical effects:
the invention can rapidly and easily increase and expand the service range of the system through the background setting without recoding a newly added system service module by a developer to increase the risk of the system. The work efficiency is greatly improved by quickly enabling the user to be skillfully used through the set new service. The invention can reduce the coupling degree of the system and reduce the maintenance cost and the operation cost of the platform system through the module bottom layer relational structure system. Meanwhile, the usability of the system is improved, the expansibility of the system is increased, the system is more perfect, and a user can use a familiar platform more comfortably.
Drawings
FIG. 1 is a schematic diagram of the basic structure of an embodiment of the present invention;
FIG. 2 is a flowchart illustrating an extended field query method according to an embodiment of the present invention;
fig. 3 is a schematic view of a service field query flow in a service module extension implementation method according to a specific embodiment of the present invention.
Detailed Description
The method may be implemented in a variety of ways, and as shown in fig. 1, one of ordinary skill in the art may accomplish the deployment and implementation of the method according to the following steps.
The embodiment one, business module extension implement method, the invention includes the following steps: extending the underlying data structure without code requirements for the business module: creating a modules module table, a posts service data table, a fields service field management table and a field _ data field data table in a database in advance;
the module table is used for storing the name of the service type and the number module _ id of the service module;
the posts service data table is used for storing a service data number posts _ id, a service module number modules _ id and a service title;
the field service field management table is used for storing service module numbers modules _ id, corresponding field numbers field _ id and field names field;
the field _ data field data table is used for storing field _ data _ id of the field data table number, module _ id of the corresponding service module number, posts _ id of the service data number and the value corresponding to the field service field management table extension field name.
The modules module table, the posts service data table, the field service field management table and the field _ data field data table are mutually associated through a service module number module _ id;
and the module table (modules) is mainly responsible for managing service modules related to the system, and the inside and outside of the module table relate to basic information such as module names and the like. And creating a business data table (posts) which is responsible for maintaining and managing basic information of each piece of business data. Extended services field management tables (fields) are created which are responsible for managing the fields that each service module needs to display, and more fields may be added. Meanwhile, the attribute of each field can be set, including whether the options of searching, editing, sorting and the like are supported to promote the list display mode and searching. An extended field data table (field _ data) is created that takes care that the data stored in the fields where each service module is added/extended is put into the table. The infrastructure is shown in figure 1. In a particular embodiment of the present invention,
the fields service field management table may further include field attributes corresponding to a field number, field _ id, where the field attributes include a field type, form _ type, whether search support _ search is supported, whether edit support _ edge is supported, and/or whether sort support _ sort is supported.
If a service module included in the specific service module number module _ id needs to be updated, correspondingly adding a service title included in the specific service module number module _ id in a posts service data table, adding an extension field name included in the specific service module number module _ id in a field service field management table, and simultaneously adding a value corresponding to the extension field name corresponding to the specific service module number module _ id in a field data table;
further, returning a specific service module number module _ id, a corresponding storage service data number posts _ id and a service title in the posts service data table; and simultaneously returning the value corresponding to the extension field name of the module _ id corresponding to the specific service module number in the field _ data field data table.
As shown in fig. 1, optionally, the fields service field management table further includes a service type name corresponding to each service module number module _ id.
As shown in fig. 1, optionally, the posts service data table is further configured to store a basic information field corresponding to each service data number posts _ id corresponding to each service module number modules _ id.
The invention can rapidly and easily increase and expand the service range of the system through the background setting without recoding a newly added system service module by a developer to increase the risk of the system. The work efficiency is greatly improved by quickly enabling the user to be skillfully used through the set new service.
Second embodiment, based on the above embodiments, a method for implementing service extension field query corresponding to a service module in a specific embodiment is shown in fig. 2.
And querying a service data table posts through a service module number module _ id to obtain the basic data of the list. The fields involved are looked up by the service module number modules _ id to fields service field management table. Additional service data values are obtained by the extension field and the service data number. And returning the value required by the service after processing the basic data and the extended data.
Aiming at a specific service module number module _ id, obtaining a service title included by the specific service module number module _ id by inquiring a posts service data table, simultaneously inquiring a field included by the specific service module number module _ id in a field service field management table, then inquiring a value corresponding to a field name corresponding to the specific service module number module _ id in the field data table, and returning to the specific service module number module _ id, the corresponding storage service data number posts _ id and the service title in the posts service data table; and simultaneously returning the values corresponding to the field names of the modules _ id corresponding to the specific service module number in the field _ data field data table.
The specific query result of this embodiment is shown in table 1.
Table 1 shows the query results of the embodiment of the present invention
Figure 918225DEST_PATH_IMAGE002
In a third embodiment, on the basis of the above embodiment, the corresponding field name in the field traffic field management table is queried through a module number module _ id (i.e., module _ id in fig. 3), optionally, the obtained fields are sorted according to a sorting rule, and whether the fields support a search condition or not is displayed, and whether the fields support a sorting field or not is displayed.
The invention expands the information such as the service name and the like through newly establishing the service module and managing the service module. And flexibly adding service fields aiming at the customized service module to enable data to be readable and flexible. The queries and edits involved in the business listing are managed by the type of module field, whether editing is supported, whether searching is supported, whether ranking is supported, etc.
Fourth embodiment, corresponding to the foregoing embodiments, the present embodiment provides a service module extension implementation system, which includes: modules module table, posts service data table, fields service field management table and field _ data field data table;
the module table is used for storing the name of the service type and the number module _ id of the service module;
the posts service data table is used for storing a service data number posts _ id, a service module number modules _ id and a service title;
the field service field management table is used for storing service module numbers modules _ id, corresponding field numbers field _ id and field names;
the field _ data field data table is used for storing field _ data _ id of the field data table number, module _ id of the corresponding service module number, posts _ id of the service data number and the value corresponding to the field service field management table extension field name.
The modules module table, the posts service data table, the field service field management table and the field _ data field data table are mutually associated through a service module number module _ id;
if a service module included in the specific service module number module _ id needs to be updated, correspondingly using a posts service data table for newly adding a service title included in the specific service module number module _ id, using a field service field management table for newly adding an extension field name included in the specific service module number module _ id, and using a field data table for adding a value corresponding to the extension field name corresponding to the specific service module number module _ id;
the posts service data table is used for returning a specific service module number module _ id, a corresponding storage service data number posts _ id and a service title; and meanwhile, the field _ data field data table is used for returning the value corresponding to the extension field name of the special service module number modules _ id.
Optionally, by using the service module extension implementation system provided by this embodiment, the flexible definition of the service module and the combination rule of other functions can be implemented; the business field flexibly defines the association and combination with the module and the inquiry and search technology of the field; flexible operation of list and field display and editing.
On the basis of this embodiment, a method for querying a service extension field and a corresponding value according to a service module number module _ id and a method for querying a field are specifically described in the above embodiment, and are not described in detail in this embodiment.
As will be appreciated by one skilled in the art, embodiments of the present application may be provided as a method, system, or computer program product. Accordingly, the present application may take the form of an entirely hardware embodiment, an entirely software embodiment or an embodiment combining software and hardware aspects. Furthermore, the present application may take the form of a computer program product embodied on one or more computer-usable storage media (including, but not limited to, disk storage, CD-ROM, optical storage, and the like) having computer-usable program code embodied therein.
The present application is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the application. It will be understood that each flow and/or block of the flow diagrams and/or block diagrams, and combinations of flows and/or blocks in the flow diagrams and/or block diagrams, can be implemented by computer program instructions. These computer program instructions may be provided to a processor of a general purpose computer, special purpose computer, embedded processor, or other programmable data processing apparatus to produce a machine, such that the instructions, which execute via the processor of the computer or other programmable data processing apparatus, create means for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be stored in a computer-readable memory that can direct a computer or other programmable data processing apparatus to function in a particular manner, such that the instructions stored in the computer-readable memory produce an article of manufacture including instruction means which implement the function specified in the flowchart flow or flows and/or block diagram block or blocks.
These computer program instructions may also be loaded onto a computer or other programmable data processing apparatus to cause a series of operational steps to be performed on the computer or other programmable apparatus to produce a computer implemented process such that the instructions which execute on the computer or other programmable apparatus provide steps for implementing the functions specified in the flowchart flow or flows and/or block diagram block or blocks.
While the present invention has been described with reference to the embodiments shown in the drawings, the present invention is not limited to the embodiments, which are illustrative and not restrictive, and it will be apparent to those skilled in the art that various changes and modifications can be made therein without departing from the spirit and scope of the invention as defined in the appended claims.

Claims (7)

1. The business module expansion implementation method is characterized by comprising the following steps:
creating a block table, a service data table, a service field management table and a field data table in a database in advance; the module table is used for storing service type names and service module numbers;
the service data table is used for storing service data numbers, service module numbers and service titles; the service field management table is used for storing service module numbers, corresponding field numbers and field names; the field data table is used for storing the number of the field data table, the number of the corresponding service module, the number of the service data and the value corresponding to the name of each field in the service field management table; the module table, the service data table, the service field management table and the field data table are mutually related through service module numbers;
if the service module included in the specific service module number needs to be updated, the service header included in the specific service module number is correspondingly added in the service data table, the extension field name included in the specific service module number is added in the service field management table, and meanwhile, the value corresponding to the extension field name corresponding to the specific service module number is added in the field data table.
2. The method of claim 1, wherein the service field management table further includes field attributes corresponding to field numbers, and the field attributes include field type, whether searching is supported, whether editing is supported, and/or whether sorting is supported.
3. The method for implementing service module extension according to claim 1, wherein the service field management table further includes a service type name corresponding to each service module number.
4. The method for implementing service module extension according to claim 1, wherein the service data table is further configured to store a basic information field corresponding to each service data number corresponding to each service module number.
5. The method for implementing service module extension according to claim 1, wherein for a specific service module number, a service title included in the specific service module number is obtained by querying a service data table, and meanwhile, by querying a field included in the specific service module number in a service field management table, a value corresponding to a field name corresponding to the specific service module number in the field data table is queried, and the specific service module number module _ id, the corresponding stored service data number, and the service title in the service data table are returned; and simultaneously returning the value corresponding to each field name corresponding to the specific service module number in the field data table.
6. The business module extension implementation system is characterized by comprising: the system comprises a module table, a service data table, a service field management table and a field data table; the module table is used for storing service type names and service module numbers; the service data table is used for storing service data numbers, service module numbers and service titles; the service field management table is used for storing service module numbers, corresponding field numbers and field names; the field data table is used for storing the number of the field data table, the number of the corresponding service module, the number of the service data and the value corresponding to the name of the expanded field of the service field management table;
the module table, the service data table, the service field management table and the field data table are mutually related through service module numbers;
if the service module included by the specific service module number needs to be updated, correspondingly, the service data table is used for newly adding the service title included by the specific service module number, the service field management table is used for newly adding the extension field name included by the specific service module number, and meanwhile, the field data table is used for adding the value corresponding to the extension field name corresponding to the specific service module number;
the service data table is used for returning the serial number of the specific service module, the serial number of the corresponding stored service data and the service title; and the field data table is used for returning the value corresponding to the name of the extension field corresponding to the serial number of the specific service module.
7. A computer-readable storage medium, in which a computer program is stored which, when being executed by a processor, carries out the steps of the method according to any one of claims 1 to 5.
CN202010825869.5A 2020-08-17 2020-08-17 Service module expansion realization method and system Active CN111966685B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202010825869.5A CN111966685B (en) 2020-08-17 2020-08-17 Service module expansion realization method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202010825869.5A CN111966685B (en) 2020-08-17 2020-08-17 Service module expansion realization method and system

Publications (2)

Publication Number Publication Date
CN111966685A true CN111966685A (en) 2020-11-20
CN111966685B CN111966685B (en) 2024-02-20

Family

ID=73389571

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202010825869.5A Active CN111966685B (en) 2020-08-17 2020-08-17 Service module expansion realization method and system

Country Status (1)

Country Link
CN (1) CN111966685B (en)

Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101075191A (en) * 2007-06-14 2007-11-21 高建强 Method and apparatus for defining data organization in data application platform
CN101436962A (en) * 2008-12-04 2009-05-20 金蝶软件(中国)有限公司 Log management method and system
CN101655848A (en) * 2008-08-20 2010-02-24 华为技术有限公司 Method, system and device for implementing content management
CN101930443A (en) * 2009-06-22 2010-12-29 金蝶软件(中国)有限公司 Data service system and data service realization method
US20130007047A1 (en) * 2011-06-29 2013-01-03 Infosys Limited Method and system for managing a database having a plurality of tables
CN103077185A (en) * 2012-12-18 2013-05-01 厦门雅迅网络股份有限公司 Object-based user-defined information-expanding method
US20140053133A1 (en) * 2012-08-15 2014-02-20 Uwe Schlarb Naming algorithm for extension fields in de-normalized views
US20170060878A1 (en) * 2015-09-01 2017-03-02 Sap Se Field Extension in Database System
CN110262828A (en) * 2019-05-14 2019-09-20 浙江数链科技有限公司 System business module configuration method, system, readable storage medium storing program for executing and equipment
CN110264027A (en) * 2019-04-26 2019-09-20 国电南瑞科技股份有限公司 A kind of the member's model expansion method and system of electric power assisted hatching
US20200034365A1 (en) * 2018-07-30 2020-01-30 International Business Machines Corporation Updating a table using incremental and batch updates
CN111027295A (en) * 2019-11-11 2020-04-17 浙江大搜车软件技术有限公司 Data processing method, data processing device, computer equipment and storage medium

Patent Citations (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101075191A (en) * 2007-06-14 2007-11-21 高建强 Method and apparatus for defining data organization in data application platform
CN101655848A (en) * 2008-08-20 2010-02-24 华为技术有限公司 Method, system and device for implementing content management
CN101436962A (en) * 2008-12-04 2009-05-20 金蝶软件(中国)有限公司 Log management method and system
CN101930443A (en) * 2009-06-22 2010-12-29 金蝶软件(中国)有限公司 Data service system and data service realization method
US20130007047A1 (en) * 2011-06-29 2013-01-03 Infosys Limited Method and system for managing a database having a plurality of tables
US20140053133A1 (en) * 2012-08-15 2014-02-20 Uwe Schlarb Naming algorithm for extension fields in de-normalized views
CN103077185A (en) * 2012-12-18 2013-05-01 厦门雅迅网络股份有限公司 Object-based user-defined information-expanding method
US20170060878A1 (en) * 2015-09-01 2017-03-02 Sap Se Field Extension in Database System
US20200034365A1 (en) * 2018-07-30 2020-01-30 International Business Machines Corporation Updating a table using incremental and batch updates
CN110264027A (en) * 2019-04-26 2019-09-20 国电南瑞科技股份有限公司 A kind of the member's model expansion method and system of electric power assisted hatching
CN110262828A (en) * 2019-05-14 2019-09-20 浙江数链科技有限公司 System business module configuration method, system, readable storage medium storing program for executing and equipment
CN111027295A (en) * 2019-11-11 2020-04-17 浙江大搜车软件技术有限公司 Data processing method, data processing device, computer equipment and storage medium

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
SOOK JUNG等: "Extension modules for storage, visualization and querying of genomic, genetic and breeding data in Tripal databases", 《DATABASE》, vol. 2017, pages 1 - 11 *
李琪: "基于SaaS模式的企业创意储备管理平台的设计与实现", 《中国优秀硕士学位论文全文数据库信息科技辑》, no. 1, pages 138 - 1343 *

Also Published As

Publication number Publication date
CN111966685B (en) 2024-02-20

Similar Documents

Publication Publication Date Title
US7788305B2 (en) Hierarchy nodes derived based on parent/child foreign key and/or range values on parent node
US20190121819A1 (en) Relational modeler and renderer for non-relational data
CN105574093B (en) A method of index is established in the spark-sql big data processing system based on HDFS
US20070130180A1 (en) Methods and transformations for transforming metadata model
CN103631924B (en) A kind of application process and system of distributive database platform
CN102270225A (en) Data change log monitoring method and device
JP2003500741A (en) Method and apparatus for implementing multiple data marts in a single aggregation process
EP1081610A2 (en) Methods for transforming metadata models
CN104462362A (en) Data storage, query and loading methods and devices
CN108509437A (en) A kind of ElasticSearch inquiries accelerated method
US10990573B2 (en) Fast index creation system for cloud big data database
CN112416923A (en) Metadata management method and device, equipment and storage medium
CN104091228A (en) Systems for resource management, resource registering, resource inquiry and resource semantic corpus management of internet of things
CN108985567B (en) Method and system for dynamically generating index analysis label based on user-defined index label
JP2010530588A (en) Extending file storage scale using federated repositories
CN110879799B (en) Method and device for labeling technical metadata
CN113704248B (en) Block chain query optimization method based on external index
CN112905627B (en) Data processing method, data processing device, computer equipment and storage medium
KR20180077830A (en) Processing method for a relational query in distributed stream processing engine based on shared-nothing architecture, recording medium and device for performing the method
CN111966685B (en) Service module expansion realization method and system
CN111563112A (en) Data search and display system based on cross-border trade big data
US20140164354A1 (en) Optimized query ordering for file path indexing in a content repository
CN107463618B (en) Index creating method and device
CN111259082A (en) Method for realizing full data synchronization in big data environment
US9400814B2 (en) Hierarchy nodes derived based on parent/child foreign key and/or range values on parent node

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
CB02 Change of applicant information
CB02 Change of applicant information

Address after: Unit 152, International Science and Technology Park, 1355 Jinjihu Avenue, Industrial Park, Suzhou City, Jiangsu Province, 215128

Applicant after: Jiangsu Baida Wisdom Network Technology Co.,Ltd.

Address before: Room H214-2, No. 388 Ruoshui Road, Suzhou Industrial Park, Suzhou City, Jiangsu Province, 215128

Applicant before: Jiangsu Baida Wisdom Network Technology Co.,Ltd.

GR01 Patent grant
GR01 Patent grant