CN106951488A - A kind of log recording method and device - Google Patents

A kind of log recording method and device Download PDF

Info

Publication number
CN106951488A
CN106951488A CN201710147943.0A CN201710147943A CN106951488A CN 106951488 A CN106951488 A CN 106951488A CN 201710147943 A CN201710147943 A CN 201710147943A CN 106951488 A CN106951488 A CN 106951488A
Authority
CN
China
Prior art keywords
queue
write
daily record
buffer
buffer queue
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
CN201710147943.0A
Other languages
Chinese (zh)
Other versions
CN106951488B (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.)
Haier Uplus Intelligent Technology Beijing Co Ltd
Original Assignee
Haier Uplus Intelligent Technology Beijing 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 Haier Uplus Intelligent Technology Beijing Co Ltd filed Critical Haier Uplus Intelligent Technology Beijing Co Ltd
Priority to CN201710147943.0A priority Critical patent/CN106951488B/en
Publication of CN106951488A publication Critical patent/CN106951488A/en
Application granted granted Critical
Publication of CN106951488B publication Critical patent/CN106951488B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/172Caching, prefetching or hoarding of files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/18File system types
    • G06F16/1805Append-only file systems, e.g. using logs or journals to store data
    • G06F16/1815Journaling file systems

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention provides a kind of log recording method and device.It is related to log management field;Solve the problem of system processing power is low.This method includes:For journal file write-in task distribution buffer queue group, the buffer queue group includes at least two buffer queues;At least one buffer queue in the buffer queue group is selected as current cache queue;By the journal file in the daily record data write-in disk in the current cache queue, while the buffer queue in the buffer queue group in addition to the current cache queue obtains daily record data to be written.The technical scheme that the present invention is provided is applied to high concurrent daily record and reads and writes environment, realizes the daily record data caching write-in of efficient parallel.

Description

A kind of log recording method and device
Technical field
The present invention relates to log management field, more particularly to a kind of log recording method and device.
Background technology
In daily exploitation, the record of daily record is essential.Entering row write daily record to same file can only single thread Go write, it will usually ensured using simple lock (lock) current time only one of which thread to same journal file carry out Write operation, so as to ensure the correctness of daily record output.But the shortcoming of this mode is it is also obvious that be exactly system in high concurrent In the case of, efficiency can be very poor.Systematic function bottleneck is easily lead to, system processing power is reduced.
The decline of system processing power is avoided even with the processing mode of multithreading, but daily record note is write in multithreading When record, because log recording needs to interact with magnetic disc i/o, the time that single thread takes lock is caused to lengthen, so as to lead Obstruction and the wait of a large amount of threads are caused, the disposal ability of system is reduced.
The content of the invention
Present invention seek to address that problem as described above.
According to the first aspect of the invention, a kind of log recording method, including:
For journal file write-in task distribution buffer queue group, the buffer queue group includes at least two buffer queues;
At least one buffer queue in the buffer queue group is selected as current cache queue;
By the journal file in the daily record data write-in disk in the current cache queue, while the buffer queue group In buffer queue in addition to the current cache queue obtain daily record data to be written.
It is preferred that, the journal file that the daily record data in the current cache queue is write in disk, while described slow Depositing the acquisition of the buffer queue in set of queues in addition to current cache queue daily record data to be written includes:
I/O threads are created, write-in of the daily record data in the current cache queue into journal file are carried out, in write-in Period adds synchrolock to the journal file, and the synchrolock is released after the completion of write-in;
Logic thread is created, the buffer queue in the buffer queue group in addition to the current cache queue is carried out to be written The acquisition of the daily record data entered.
It is preferred that, this method also includes:
After the completion of daily record data in the current cache queue all writes, selected again from the buffer queue group Select current cache queue.
It is preferred that, this method also includes:
Daily record data of the logic thread in the current cache queue all after the completion of write-in, is reselected current Before buffer queue is completed, synchrolock is added in the acquisition to daily record data to be written.
It is preferred that, this method also includes:
Task is write for multiple journal files, is that each journal file write-in task distributes corresponding buffer queue respectively Group.
According to another aspect of the present invention, a kind of log recording apparatus, including:
Queue generation module, for distributing buffer queue group for journal file write-in task, the buffer queue group is included At least two buffer queues;
Control module, for selecting at least one buffer queue in the buffer queue group as current cache queue;
Management module is read and write, for the journal file for writing the daily record data in the current cache queue in disk, The buffer queue in the buffer queue group in addition to the current cache queue obtains daily record data to be written simultaneously.
It is preferred that, the read-write management module includes:
First thread administrative unit, for creating I/O threads, carries out daily record data in the current cache queue to day Write-in in will file, adds synchrolock to the journal file in address period, the synchrolock is released after the completion of write-in;
Second thread-management unit, for creating logic thread, carries out removing the current cache in the buffer queue group Acquisition of the buffer queue to daily record data to be written outside queue.
It is preferred that, the control module, being additionally operable to the daily record data in the current cache queue, all write-in is completed Afterwards, current cache queue is reselected from the buffer queue group.
It is preferred that, the queue generation module is additionally operable to write task for multiple journal files, is each journal file Write-in task distributes corresponding buffer queue group respectively.
It is journal file write-in task distribution buffer queue group the invention provides a kind of log recording method and device, The buffer queue group includes at least two buffer queues, selects at least one buffer queue conduct in the buffer queue group Current cache queue, the journal file that the daily record data in the current cache queue is write in disk, while the caching Buffer queue in set of queues in addition to the current cache queue obtains daily record data to be written, with Double buffer queue or more slow The form for depositing queue is divided the work, data cached to be carried out with write-in data syn-chronization, realizes the daily record data caching of efficient parallel Write-in, solves the problem of system processing power is low.
The following description for exemplary embodiment is read with reference to the drawings, other property features of the invention and advantage will It is apparent from.
Brief description of the drawings
The accompanying drawing for being incorporated into specification and constituting a part for specification shows embodiments of the invention, and with Description is used for the principle for explaining the present invention together.In the drawings, similar reference is used to represent similar key element.Under Accompanying drawing in the description of face is some embodiments of the present invention, rather than whole embodiments.Come for those of ordinary skill in the art Say, on the premise of not paying creative work, other accompanying drawings can be obtained according to these accompanying drawings.
Fig. 1 schematically illustrates a kind of log recording method flow of the offer of embodiments of the invention one;
Fig. 2 schematically illustrates a kind of structure of log recording apparatus of the offer of embodiments of the invention two.
Embodiment
To make the purpose, technical scheme and advantage of the embodiment of the present invention clearer, below in conjunction with the embodiment of the present invention In accompanying drawing, the technical scheme in the embodiment of the present invention is clearly and completely described, it is clear that described embodiment is A part of embodiment of the present invention, rather than whole embodiments.Based on the embodiment in the present invention, those of ordinary skill in the art The every other embodiment obtained under the premise of creative work is not made, belongs to the scope of protection of the invention.Need Illustrate, in the case where not conflicting, the feature in embodiment and embodiment in the application can be mutually combined.
Either, there is the problem of system treatment effeciency is low in the journal file writing mode of single thread or multithreading. In order to solve the problem, The embodiment provides a kind of log recording method and device.Below in conjunction with the accompanying drawings, to this hair Bright embodiment is described in detail.
First with reference to accompanying drawing, embodiments of the invention one are illustrated.
The embodiments of the invention provide a kind of log recording method, using this method, the premise of reliability can ensured Under effectively improve journal file write efficiency.Using this method complete log recording flow as shown in figure 1, including:
Step 101, for journal file write-in task distribution buffer queue group, the buffer queue group comprising at least two delay Deposit queue;
In this step, it is first journal file write-in task distribution buffer queue group, is configured with multiple in buffer queue group Buffer queue.In general applied environment, many configuration modes that two buffer queues are included using a buffer queue group.
Task is write for multiple journal files, is that each journal file write-in task distributes corresponding buffer queue respectively Group.
Hereinafter, illustrated so that every group includes two buffer queues as an example.In this step, multigroup buffer queue group is created (buffer queue group is Double buffer), is that each user distributes one group of buffer queue.
At least one buffer queue in step 102, the selection buffer queue group is used as current cache queue;
In this step, current cache queue, current cache queue are used as from one buffer queue of selection in caching set of queues As it is responsible for data and writes daily record data to the buffer queue of disk, other buffer queues in addition to current cache queue is responsible for connecing Receive the daily record data of disk to be written.Can be according to preset screening rule, be stored with daily record data from the buffer queue group Buffer queue in select at least one buffer queue as current cache queue.Screening rule can determine according to application scenarios, As selection the more buffer queue of log cache data as current cache queue or by available cache memory queue with the shape of list After formula is presented, user instruction is received, current cache queue is determined according to user instruction.
Specifically, buffer queue can be realized in the form of log buffer list.For example, creating buffer queue group, day is included Will cache list Buffer A and log buffer list Buffer B, and specify the log buffer list being being currently used.
Step 103, the journal file for writing the daily record data in the current cache queue in disk, while described slow Deposit the buffer queue in set of queues in addition to the current cache queue and obtain daily record data to be written;
In this step, part buffer queue in buffer queue group carries out daily record data journal file into disk and write Enter, another part buffer queue obtains daily record data to be written, the data daily record to be written with continuing acquisition is write to disk Data are carried out parallel by different threads, substantially increase journal file write efficiency.
In this step, it is preferred that thread is respectively configured for two buffer queues:
I/O threads are created, write-in of the daily record data in the current cache queue into journal file are carried out, in write-in Period adds synchrolock to the journal file;
Logic thread is created, the buffer queue in the buffer queue group in addition to the current cache queue is carried out to be written The acquisition of the daily record data entered.
Still illustrated exemplified by including two buffer queues in a buffer queue group, one in two buffer queues It is used for reading to logic thread, another is responsible for writing to I/O threads.
Daily record data is added to the ArrayList being being currently used as a StringBuffer< StringBuffer>In A, another is then idle.
Current journal file lock synchronously, the day for being currently needed for carrying out output caching is obtained according to condition judgment Will cache list, carries out the caching write-in of journal file.
Need to add synchrolock during each write buffer queue of I/O threads, but logic thread is to add reading queue Lock.
When having multiple threads to carry out log recording, it would be desirable to which the daily record data of write-in is first stored in responsible write-in Buffer queue among, the thread that logic is read then is set to non-blocking fashion.The queue that now logic is read begins to work. After the data for the buffer queue that himself is read in the thread read when logic, the buffer queue that logic is read and responsible write-in Buffer queue is swapped.
After the completion of step 104, the daily record data in the current cache queue all write, from the buffer queue group In reselect current cache queue;
In this step, after the completion of the daily record data in current cache queue writes to disk, just from the buffer queue Current cache queue is reselected in group, is new current cache team by other buffer queue selections for being cached with daily record data Row, the daily record data in new current cache queue is continued to write to disk;And a upper current cache queue then continues to obtain Take daily record data to be written.By such alternating, continual data write-in is realized.
Still illustrated exemplified by including two buffer queues in a buffer queue group, after logic thread runs through queue The buffer queue of the buffer queue of oneself and I/O threads can mutually be exchanged.Logic thread is also required to addition when exchanging queue Synchrolock, after the completion of both the daily record data in the current cache queue all writes, reselects current cache queue complete Into before, synchrolock is added in the acquisition to daily record data to be written.
, can be by currently used ArrayList after the daily record data in internal memory is output to disk file<Buffer>A with Idle ArrayList<Buffer>B carries out the exchange of role.Idiographic flow is as follows:
If obtain current that daily record data is being write into caching is ArrayList<Buffer>A, then ArrayList<Buffer>A is converted to write-in disk buffering.So as to by idle ArrayList<Buffer>B is converted to Continue to the cache list of daily record data write-in.Idle ArrayList after exchange<Buffer>B will receive daily record data, And the ArrayList of content is had been written into before<Buffer>A is then used for outputting log file to disk storage.
The big I for the buffer area that log buffer list takes is adjusted according to the data volume size being related in task, such as Fruit buffer area very little, just more can processing data in time, but handling capacity and probability that resource contention occur will increase therewith; Buffer area sets larger then effect opposite.
It is preferred that, maximum size can be set to buffer area, after the data volume that buffer area is stored exceedes the upper limit, then connect The data received will abandon and be not inserted into log buffer list.
Journal file in cache list A is output to disk, memory size triggering and refresh interval triggering is supported Write disk file.
The interaction of Double buffer list can avoid each journal file from influenceing the reception of new daily record data when being output to disk And multithreading is the problem of lock.
It is to support a variety of way of outputs that journal file, which is output to disk, can trigger write operation according to time interval, also may be used To go size to trigger write operation according to memory buffer.
Below in conjunction with the accompanying drawings, embodiments of the invention two are illustrated.
The embodiments of the invention provide a kind of log recording apparatus, a kind of day that can be provided with embodiments of the invention one Will recording method is combined, and carries out efficient journal file write-in, the structure of the device as shown in Fig. 2 including:
Queue generation module 201, for distributing buffer queue group, the buffer queue group bag for journal file write-in task Containing at least two buffer queues;
Control module 202, for selecting at least one buffer queue in the buffer queue group as current cache team Row;
Management module 203 is read and write, for the daily record data in the current cache queue to be write to the daily record text in disk Part, while the buffer queue in the buffer queue group in addition to the current cache queue obtains daily record data to be written.
It is preferred that, the read-write management module 203 includes:
First thread administrative unit 2031, for creating I/O threads, carries out the daily record data in the current cache queue Write-in into journal file, synchrolock is added in address period to the journal file;
Second thread-management unit 2032, for creating logic thread, is carried out in the buffer queue group except described current Acquisition of the buffer queue to daily record data to be written outside buffer queue.
It is preferred that, the control module 202 is additionally operable to the daily record data in the current cache queue and all write Cheng Hou, current cache queue is reselected from the buffer queue group.
It is preferred that, the queue generation module 201 is additionally operable to write task for multiple journal files, is each daily record File write-in task distributes corresponding buffer queue group respectively.
It is journal file write-in task distribution caching The embodiment provides a kind of log recording method and device Set of queues, the buffer queue group includes at least two buffer queues, selects at least one caching in the buffer queue group Queue is as current cache queue, the journal file that the daily record data in the current cache queue is write in disk, simultaneously Buffer queue in the buffer queue group in addition to the current cache queue obtains daily record data to be written, with Double buffer team The form of row or many buffer queues is divided the work, data cached to be carried out with write-in data syn-chronization, realizes the daily record of efficient parallel Data buffer storage writes, and solves the problem of system processing power is low.
Descriptions above can combine implementation individually or in a variety of ways, and these variants all exist Within protection scope of the present invention.
Finally it should be noted that:The above embodiments are merely illustrative of the technical solutions of the present invention, rather than its limitations.Although The present invention is described in detail with reference to the foregoing embodiments, it will be understood by those within the art that:It still may be used To be modified to the technical scheme described in foregoing embodiments, or to which part technical characteristic progress equivalent; And these modification or replace, do not make appropriate technical solution essence depart from various embodiments of the present invention technical scheme spirit and Scope.

Claims (9)

1. a kind of log recording method, it is characterised in that including:
For journal file write-in task distribution buffer queue group, the buffer queue group includes at least two buffer queues;
At least one buffer queue in the buffer queue group is selected as current cache queue;
By the journal file in the daily record data write-in disk in the current cache queue, while being removed in the buffer queue group Buffer queue outside the current cache queue obtains daily record data to be written.
2. log recording method according to claim 1, it is characterised in that by the daily record number in the current cache queue According to the journal file in write-in disk, while the buffer queue in the buffer queue group in addition to the current cache queue is obtained Daily record data to be written includes:
I/O threads are created, write-in of the daily record data in the current cache queue into journal file are carried out, in address period Synchrolock is added to the journal file, the synchrolock is released after the completion of write-in;
Logic thread is created, the buffer queue in the buffer queue group in addition to the current cache queue is carried out to be written The acquisition of daily record data.
3. log recording method according to claim 1 or 2, it is characterised in that this method also includes:
After the completion of daily record data in the current cache queue all writes, reselect and work as from the buffer queue group Preceding buffer queue.
4. log recording method according to claim 3, it is characterised in that this method also includes:
Daily record data of the logic thread in the current cache queue all after the completion of write-in, reselects current cache Before queue is completed, synchrolock is added in the acquisition to daily record data to be written.
5. log recording method according to claim 1 or 2, it is characterised in that this method also includes:
Task is write for multiple journal files, is that each journal file write-in task distributes corresponding buffer queue group respectively.
6. a kind of log recording apparatus, it is characterised in that including:
Queue generation module, for distributing buffer queue group for journal file write-in task, the buffer queue group is comprising at least Two buffer queues;
Control module, for selecting at least one buffer queue in the buffer queue group as current cache queue;
Read and write management module, for by the current cache queue daily record data write disk in journal file, simultaneously Buffer queue in the buffer queue group in addition to the current cache queue obtains daily record data to be written.
7. log recording apparatus according to claim 6, it is characterised in that the read-write management module includes:
First thread administrative unit, for creating I/O threads, the daily record data carried out in the current cache queue is literary to daily record Write-in in part, adds synchrolock to the journal file in address period, the synchrolock is released after the completion of write-in;
Second thread-management unit, for creating logic thread, carries out removing the current cache queue in the buffer queue group Acquisition of the outer buffer queue to daily record data to be written.
8. the log recording apparatus according to claim 6 or 7, it is characterised in that
The control module, is additionally operable to after the completion of the daily record data whole write-in in the current cache queue, delays from described Deposit and reselected in set of queues current cache queue.
9. the log recording apparatus according to claim 6 or 7, it is characterised in that
The queue generation module, is additionally operable to write task for multiple journal files, is each journal file write-in task point Corresponding buffer queue group is not distributed.
CN201710147943.0A 2017-03-14 2017-03-14 Log recording method and device Active CN106951488B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710147943.0A CN106951488B (en) 2017-03-14 2017-03-14 Log recording method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710147943.0A CN106951488B (en) 2017-03-14 2017-03-14 Log recording method and device

Publications (2)

Publication Number Publication Date
CN106951488A true CN106951488A (en) 2017-07-14
CN106951488B CN106951488B (en) 2021-03-12

Family

ID=59467442

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710147943.0A Active CN106951488B (en) 2017-03-14 2017-03-14 Log recording method and device

Country Status (1)

Country Link
CN (1) CN106951488B (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107609129A (en) * 2017-09-18 2018-01-19 北京奇虎科技有限公司 Daily record real time processing system
CN107798099A (en) * 2017-10-27 2018-03-13 努比亚技术有限公司 A kind of log information grasping means, terminal and computer-readable recording medium
CN109284257A (en) * 2018-08-10 2019-01-29 锐捷网络股份有限公司 A kind of log write-in method, apparatus, electronic equipment and storage medium
CN109739738A (en) * 2018-12-26 2019-05-10 深圳市网心科技有限公司 Event log management method, system and relevant apparatus based on HTML5
CN110908968A (en) * 2019-11-14 2020-03-24 浪潮电子信息产业股份有限公司 Method, device, equipment and storage medium for avoiding frightened groups during file lock unlocking
CN112015827A (en) * 2019-05-30 2020-12-01 中兴通讯股份有限公司 Database processing method and device and computer readable storage medium
CN112445431A (en) * 2020-11-16 2021-03-05 深圳市元征科技股份有限公司 Data storage method, device, equipment and medium
CN114237500A (en) * 2021-12-09 2022-03-25 北京美信时代科技有限公司 Method and system for improving writing efficiency through cache transaction

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101087210A (en) * 2007-05-22 2007-12-12 网御神州科技(北京)有限公司 High-performance Syslog processing and storage method
CN101403980A (en) * 2008-11-12 2009-04-08 西安交通大学 Multithreading processing method for electronic product code
CN101625655A (en) * 2009-08-20 2010-01-13 华中科技大学 Parallel recovery method of memory database
CN102043601A (en) * 2010-12-30 2011-05-04 中国科学院等离子体物理研究所 Double double-cache mechanism-based online waveform display method
CN102110167A (en) * 2011-03-01 2011-06-29 上海奈凯电子科技有限公司 Method for implementing log information management in numerical control system
CN102426553A (en) * 2011-11-11 2012-04-25 中国科学技术大学 Method and device for transmitting data to user based on double-cache pre-reading
CN102521269A (en) * 2011-11-22 2012-06-27 清华大学 Index-based computer continuous data protection method
CN103064779A (en) * 2012-12-26 2013-04-24 北京思特奇信息技术股份有限公司 Method for processing log information rapidly
US20140006346A1 (en) * 2012-06-29 2014-01-02 Vmware, Inc. Preserving user profiles across remote desktop sessions
CN103532943A (en) * 2013-10-08 2014-01-22 北京神州绿盟信息安全科技股份有限公司 Web application firewall device and asynchronous security protection log processing method
US20140279929A1 (en) * 2013-03-15 2014-09-18 Amazon Technologies, Inc. Database system with database engine and separate distributed storage service
CN104252405A (en) * 2013-06-26 2014-12-31 腾讯科技(深圳)有限公司 Log information output method and device
CN104730401A (en) * 2015-04-10 2015-06-24 中国电力科学研究院 Implementation method for waveform replay of record files of any length based on double-buffered mode
CN104866602A (en) * 2015-06-01 2015-08-26 走遍世界(北京)信息技术有限公司 Queue processing method and device
CN105224444A (en) * 2015-10-14 2016-01-06 深圳市金证科技股份有限公司 Daily record generation method and device
CN105955972A (en) * 2016-02-01 2016-09-21 上海华测导航技术股份有限公司 Receiver log management system and method
CN106407028A (en) * 2016-08-26 2017-02-15 佛山智能装备技术研究院 Double-buffering type robot software log storage method

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100521623C (en) * 2007-05-22 2009-07-29 网御神州科技(北京)有限公司 High-performance Syslog processing and storage method
CN101087210A (en) * 2007-05-22 2007-12-12 网御神州科技(北京)有限公司 High-performance Syslog processing and storage method
CN101403980A (en) * 2008-11-12 2009-04-08 西安交通大学 Multithreading processing method for electronic product code
CN101625655A (en) * 2009-08-20 2010-01-13 华中科技大学 Parallel recovery method of memory database
CN102043601A (en) * 2010-12-30 2011-05-04 中国科学院等离子体物理研究所 Double double-cache mechanism-based online waveform display method
CN102110167A (en) * 2011-03-01 2011-06-29 上海奈凯电子科技有限公司 Method for implementing log information management in numerical control system
CN102426553A (en) * 2011-11-11 2012-04-25 中国科学技术大学 Method and device for transmitting data to user based on double-cache pre-reading
CN102521269A (en) * 2011-11-22 2012-06-27 清华大学 Index-based computer continuous data protection method
US20140006346A1 (en) * 2012-06-29 2014-01-02 Vmware, Inc. Preserving user profiles across remote desktop sessions
CN103064779A (en) * 2012-12-26 2013-04-24 北京思特奇信息技术股份有限公司 Method for processing log information rapidly
US20140279929A1 (en) * 2013-03-15 2014-09-18 Amazon Technologies, Inc. Database system with database engine and separate distributed storage service
CN104252405A (en) * 2013-06-26 2014-12-31 腾讯科技(深圳)有限公司 Log information output method and device
CN103532943A (en) * 2013-10-08 2014-01-22 北京神州绿盟信息安全科技股份有限公司 Web application firewall device and asynchronous security protection log processing method
CN104730401A (en) * 2015-04-10 2015-06-24 中国电力科学研究院 Implementation method for waveform replay of record files of any length based on double-buffered mode
CN104866602A (en) * 2015-06-01 2015-08-26 走遍世界(北京)信息技术有限公司 Queue processing method and device
CN105224444A (en) * 2015-10-14 2016-01-06 深圳市金证科技股份有限公司 Daily record generation method and device
CN105955972A (en) * 2016-02-01 2016-09-21 上海华测导航技术股份有限公司 Receiver log management system and method
CN106407028A (en) * 2016-08-26 2017-02-15 佛山智能装备技术研究院 Double-buffering type robot software log storage method

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
JIN XIONG ET AL.: ""Improving data availability for a cluster file system through replication"", 《INTERNATIONAL SYMPOSIUM ON PARALLEL AND DISTRIBUTED PROCESSING》 *
胡志辉 等: ""消息队列管理在信息交换中的研究"", 《计算机与现代化》 *

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107609129A (en) * 2017-09-18 2018-01-19 北京奇虎科技有限公司 Daily record real time processing system
CN107798099A (en) * 2017-10-27 2018-03-13 努比亚技术有限公司 A kind of log information grasping means, terminal and computer-readable recording medium
CN109284257A (en) * 2018-08-10 2019-01-29 锐捷网络股份有限公司 A kind of log write-in method, apparatus, electronic equipment and storage medium
CN109284257B (en) * 2018-08-10 2021-01-05 锐捷网络股份有限公司 Log writing method and device, electronic equipment and storage medium
CN109739738A (en) * 2018-12-26 2019-05-10 深圳市网心科技有限公司 Event log management method, system and relevant apparatus based on HTML5
CN112015827A (en) * 2019-05-30 2020-12-01 中兴通讯股份有限公司 Database processing method and device and computer readable storage medium
EP3979097A4 (en) * 2019-05-30 2023-06-14 ZTE Corporation Database processing method and device, and computer readable storage medium
CN110908968A (en) * 2019-11-14 2020-03-24 浪潮电子信息产业股份有限公司 Method, device, equipment and storage medium for avoiding frightened groups during file lock unlocking
CN110908968B (en) * 2019-11-14 2022-05-27 浪潮电子信息产业股份有限公司 Method, device, equipment and storage medium for avoiding frightened groups during file lock unlocking
CN112445431A (en) * 2020-11-16 2021-03-05 深圳市元征科技股份有限公司 Data storage method, device, equipment and medium
CN114237500A (en) * 2021-12-09 2022-03-25 北京美信时代科技有限公司 Method and system for improving writing efficiency through cache transaction

Also Published As

Publication number Publication date
CN106951488B (en) 2021-03-12

Similar Documents

Publication Publication Date Title
CN106951488A (en) A kind of log recording method and device
CN104407997B (en) With instruction dynamic dispatching function and NOT-AND flash single channel isochronous controller
CN103246616B (en) A kind of globally shared buffer replacing method of access frequency within long and short cycle
TWI416323B (en) Method,system and semiconductor device for management workload
US8533388B2 (en) Scalable multi-bank memory architecture
CN105224444B (en) Log generation method and device
US9841913B2 (en) System and method for enabling high read rates to data element lists
US10586608B2 (en) DRAM refresh method, apparatus, and system
CN103136120B (en) Row buffering operating strategy defining method and device, bank division methods and device
CN101095196A (en) Multi-mode memory
CN102360342A (en) Solid state disk for rapidly storing and displaying massive image data
CN103076993A (en) Storage system and method for concentration type system
US7783823B2 (en) Hardware device data buffer
CN103324466A (en) Data dependency serialization IO parallel processing method
KR20080105390A (en) Apparatus and method for controlling commands used in flash memory
CN112948293A (en) DDR arbiter and DDR controller chip of multi-user interface
CN104252422A (en) Memory access method and memory controller
US20170017423A1 (en) System And Method For Enabling High Read Rates To Data Element Lists
EP2998867B1 (en) Data writing method and memory system
CN110168644B (en) System, method and computer program for providing row tamper protection in a bank memory cell array
CN110168643B (en) Simultaneous memory bank access via cross-connected shared bank resources
CN105487988B (en) The method for improving the effective access rate of SDRAM bus is multiplexed based on memory space
WO2012163019A1 (en) Method for reducing power consumption of externally connected ddr of data chip and data chip system
CN106502923B (en) Storage accesses ranks two-stage switched circuit in cluster in array processor
US9305036B2 (en) Data set management using transient data structures

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
GR01 Patent grant
GR01 Patent grant