Pico-base Station Configuration Using SQLite Database

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Pico-base stations face challenges with low data transmission speed and low real-time data updating efficiency due to complex storage and reading operations, particularly when using XML files for configuration data storage.

Innovation Solution

The implementation of a pico-base station configuration method utilizing a SQLite database, which processes request messages to execute warehousing and configuration validation operations efficiently, improving data transmission speed and real-time updating efficiency.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Quantity of substance

If XML files are used to store configuration data, then storage space is saved, but data transmission speed and real-time updating efficiency deteriorate due to complex storage and reading operations

Engineering Contradiction:
Improvestorage spaceVSAvoiddata transmission speed
Core Design Contradiction:
Quantity of substanceVSProductivity

Solution Approach 1:

The patent changes the data storage format from XML files to SQLite database, transforming the storage mechanism parameters to achieve both space efficiency and high-speed access. This parameter change resolves the contradiction by selecting a database system that provides both compact storage and optimized query performance for configuration data operations.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent replaces the file-based XML storage mechanism with a database management system (SQLite). This substitution introduces a more efficient data access layer that handles storage and retrieval operations through optimized data structures and query mechanisms, thereby improving data transmission speed while maintaining storage efficiency.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

2Quantity of substance

If XML files are used to store configuration data, then storage space is saved, but real-time data updating efficiency deteriorates due to complex storage and reading operations

Engineering Contradiction:
Improvestorage spaceVSAvoidreal-time data updating efficiency
Core Design Contradiction:
Quantity of substanceVSLoss of time

Solution Approach 1:

The patent changes the storage system parameters from XML file format to SQLite database, enabling efficient real-time updates through transaction support and optimized data structures. This parameter change allows configuration data to be updated instantly without the complex parsing and rewriting operations required by XML files.

Inventive Principle:
Principle #35Parameter changes

Solution Approach 2:

The patent substitutes the XML file-based update mechanism with a database transaction system. This substitution enables atomic update operations where configuration changes can be applied and committed efficiently, eliminating the time-consuming sequential processing inherent in XML file updates and achieving true real-time data synchronization.

Inventive Principle:
Principle #28Mechanics substitution (Replace mechanical system)

Data Source

PatentUS11985029B2Pico-base station configuration method and apparatus, storage medium and electronic apparatus
Publication Date: 2024.05.14 SUNWAVE COMM
  • US11985029B2 patent drawing
  • US11985029B2 patent drawing
  • US11985029B2 patent drawing

AI summary

Embodiments of the disclosure provides a pico-base station configuration method and apparatus, a storage medium and an electronic apparatus, and relate to the technical field of wireless network pico-base station technology. The method includes: a request message for requesting data configuration of a pico-base station is acquired, wherein the request message includes parameters of a pico-base station configuration model object and a pico-base station configuration model sub-object; the request message is verified; a thread corresponding to the request message in a sqlite database is called to execute warehousing processing on the parameters of the pico-base station configuration model object and the pico-base station configuration model sub-object, in a case where the request message passes the verification; and configuration validation processing is carried out on the pico-base station configuration model object and the pico-base station configuration model sub-object, in a case of determining that the warehousing processing is executed successfully; with adoption of the disclosure, the problems of low data transmission speed and low data updating efficiency can be solved, and the effect of improving the data transmission efficiency is achieved.