JP6345698B2 - 格納されたデータにおける冗長削減 - Google Patents
格納されたデータにおける冗長削減 Download PDFInfo
- Publication number
- JP6345698B2 JP6345698B2 JP2015556181A JP2015556181A JP6345698B2 JP 6345698 B2 JP6345698 B2 JP 6345698B2 JP 2015556181 A JP2015556181 A JP 2015556181A JP 2015556181 A JP2015556181 A JP 2015556181A JP 6345698 B2 JP6345698 B2 JP 6345698B2
- Authority
- JP
- Japan
- Prior art keywords
- hash value
- user
- buffer unit
- stored
- data
- 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.)
- Expired - Fee Related
Links
- 239000000872 buffer Substances 0.000 claims description 271
- 238000000034 method Methods 0.000 claims description 98
- 238000004422 calculation algorithm Methods 0.000 claims description 58
- 239000003550 marker Substances 0.000 claims description 46
- 230000006870 function Effects 0.000 claims description 34
- 238000004590 computer program Methods 0.000 claims description 32
- 230000002085 persistent effect Effects 0.000 claims description 24
- 230000000875 corresponding effect Effects 0.000 claims description 21
- 238000007781 pre-processing Methods 0.000 claims description 21
- 238000012545 processing Methods 0.000 claims description 9
- 230000002596 correlated effect Effects 0.000 claims description 2
- 238000013467 fragmentation Methods 0.000 description 11
- 238000006062 fragmentation reaction Methods 0.000 description 11
- 238000005192 partition Methods 0.000 description 10
- 238000012790 confirmation Methods 0.000 description 7
- 230000008569 process Effects 0.000 description 7
- 238000013500 data storage Methods 0.000 description 4
- 239000012634 fragment Substances 0.000 description 4
- 230000000670 limiting effect Effects 0.000 description 4
- 238000004458 analytical method Methods 0.000 description 3
- 230000008901 benefit Effects 0.000 description 3
- 230000008859 change Effects 0.000 description 3
- 230000003252 repetitive effect Effects 0.000 description 3
- 238000004891 communication Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 239000003999 initiator Substances 0.000 description 2
- 238000007726 management method Methods 0.000 description 2
- 230000003287 optical effect Effects 0.000 description 2
- 238000012805 post-processing Methods 0.000 description 2
- 230000002829 reductive effect Effects 0.000 description 2
- 230000004044 response Effects 0.000 description 2
- 230000000717 retained effect Effects 0.000 description 2
- 230000002441 reversible effect Effects 0.000 description 2
- 239000007787 solid Substances 0.000 description 2
- 238000000638 solvent extraction Methods 0.000 description 2
- 238000013459 approach Methods 0.000 description 1
- 238000003491 array Methods 0.000 description 1
- 230000003139 buffering effect Effects 0.000 description 1
- 230000007423 decrease Effects 0.000 description 1
- 238000012217 deletion Methods 0.000 description 1
- 230000037430 deletion Effects 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 230000007717 exclusion Effects 0.000 description 1
- 230000000977 initiatory effect Effects 0.000 description 1
- 230000001788 irregular Effects 0.000 description 1
- 239000012464 large buffer Substances 0.000 description 1
- 230000007774 longterm Effects 0.000 description 1
- 238000005259 measurement Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 230000008520 organization Effects 0.000 description 1
- 238000011160 research Methods 0.000 description 1
- 238000012552 review Methods 0.000 description 1
- 230000003068 static effect Effects 0.000 description 1
- 230000008685 targeting Effects 0.000 description 1
- 230000003442 weekly effect Effects 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M7/00—Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
- H03M7/30—Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
- H03M7/3084—Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction using adaptive string matching, e.g. the Lempel-Ziv method
- H03M7/3088—Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction using adaptive string matching, e.g. the Lempel-Ziv method employing the use of a dictionary, e.g. LZ78
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/06—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols the encryption apparatus using shift registers or memories for block-wise or stream coding, e.g. DES systems or RC4; Hash functions; Pseudorandom sequence generators
- H04L9/0643—Hash functions, e.g. MD5, SHA, HMAC or f9 MAC
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/07—Responding to the occurrence of a fault, e.g. fault tolerance
- G06F11/14—Error detection or correction of the data by redundancy in operation
- G06F11/1402—Saving, restoring, recovering or retrying
- G06F11/1446—Point-in-time backing up or restoration of persistent data
- G06F11/1448—Management of the data involved in backup or backup restore
- G06F11/1453—Management of the data involved in backup or backup restore using de-duplication of the data
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/901—Indexing; Data structures therefor; Storage structures
- G06F16/9014—Indexing; Data structures therefor; Storage structures hash tables
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/62—Protecting access to data via a platform, e.g. using keys or access control rules
- G06F21/6218—Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0602—Interfaces specially adapted for storage systems specifically adapted to achieve a particular effect
- G06F3/061—Improving I/O performance
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0628—Interfaces specially adapted for storage systems making use of a particular technique
- G06F3/0638—Organizing or formatting or addressing of data
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0628—Interfaces specially adapted for storage systems making use of a particular technique
- G06F3/0638—Organizing or formatting or addressing of data
- G06F3/064—Management of blocks
- G06F3/0641—De-duplication techniques
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0628—Interfaces specially adapted for storage systems making use of a particular technique
- G06F3/0655—Vertical data movement, i.e. input-output transfer; data movement between one or more hosts and one or more storage devices
- G06F3/0661—Format or protocol conversion arrangements
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
- G06F3/06—Digital input from, or digital output to, record carriers, e.g. RAID, emulated record carriers or networked record carriers
- G06F3/0601—Interfaces specially adapted for storage systems
- G06F3/0668—Interfaces specially adapted for storage systems adopting a particular infrastructure
- G06F3/0671—In-line storage system
- G06F3/0683—Plurality of storage devices
- G06F3/0688—Non-volatile semiconductor memory arrays
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M7/00—Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
- H03M7/30—Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
- H03M7/3084—Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction using adaptive string matching, e.g. the Lempel-Ziv method
- H03M7/3091—Data deduplication
- H03M7/3093—Data deduplication using fixed length segments
-
- H—ELECTRICITY
- H03—ELECTRONIC CIRCUITRY
- H03M—CODING; DECODING; CODE CONVERSION IN GENERAL
- H03M7/00—Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
- H03M7/30—Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction
- H03M7/40—Conversion to or from variable length codes, e.g. Shannon-Fano code, Huffman code, Morse code
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L9/00—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
- H04L9/32—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
- H04L9/3236—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials using cryptographic hash functions
- H04L9/3239—Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials using cryptographic hash functions involving non-keyed hash functions, e.g. modification detection codes [MDCs], MD5, SHA or RIPEMD
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/11—File system administration, e.g. details of archiving or snapshots
- G06F16/113—Details of archiving
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L2209/00—Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
- H04L2209/34—Encoding or coding, e.g. Huffman coding or error correction
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/90—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using coding techniques not provided for in groups H04N19/10-H04N19/85, e.g. fractals
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04N—PICTORIAL COMMUNICATION, e.g. TELEVISION
- H04N19/00—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals
- H04N19/90—Methods or arrangements for coding, decoding, compressing or decompressing digital video signals using coding techniques not provided for in groups H04N19/10-H04N19/85, e.g. fractals
- H04N19/91—Entropy coding, e.g. variable length coding [VLC] or arithmetic coding
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Human Computer Interaction (AREA)
- Databases & Information Systems (AREA)
- Computer Security & Cryptography (AREA)
- Software Systems (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Data Mining & Analysis (AREA)
- General Health & Medical Sciences (AREA)
- Computer Hardware Design (AREA)
- Bioethics (AREA)
- Health & Medical Sciences (AREA)
- Power Engineering (AREA)
- Quality & Reliability (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Communication Control (AREA)
Description
される。しかし、Q≠Bであるので、矛盾がある。その結果として、新しいブロックがLBA 121に書き込まれ、ハッシュ値テーブルが、yをQと関連付けるように更新されて、もはやyを(Jと同じである)Bと関連付けない。
Claims (15)
- データを非キャッシュ記録媒体上に格納するための方法であって、前記方法が、
i.データを非キャッシュ記録媒体に書き込むための命令を受信することであって、前記命令が、ユーザーが認識する論理ブロックアドレスおよびユーザー提供のバッファを含むことと、
ii.前記ユーザー提供のバッファをユーザー提供のバッファユニットに分割することであって、書き込まれる各ユーザー提供のバッファユニットが、前記非キャッシュ記録媒体上の次の隣接するブロックに書き込まれることと、
iii.暗号化ハッシュ関数を各ユーザー提供のバッファユニットに適用し、それにより、各ユーザー提供のバッファユニットに対して生成されたハッシュ値を生成することと、
iv.コンピュータプログラムにハッシュ値テーブルをアクセスさせて、各生成されたハッシュ値が、前記ハッシュ値テーブル内のハッシュ値と重複しているかどうかを判断させる、アルゴリズムを含む前記コンピュータプログラムを起動することであって、前記ハッシュ値テーブルが、複数の格納されたハッシュ値の各々を異なる格納されたバッファユニット、および本当の論理ブロックアドレスと関連付け、
A.前記生成されたハッシュ値が前記ハッシュ値テーブル内にない場合は、前記ユーザー提供のバッファユニットを非キャッシュ記録媒体内のブロックに書き込み、前記ハッシュ値テーブルを、前記ユーザー提供のバッファユニット、前記生成されたハッシュ値および前記ユーザー提供のバッファユニットが格納されている本当の論理ブロックアドレスの相関関係を含むように更新して、メディエータ上で、前記ユーザー提供のバッファが書き込まれている位置に対応する本当の論理ブロックアドレスを、前記ユーザー提供のバッファに対する前記ユーザーが認識する論理ブロックアドレスと相互に関連付け、
B.前記生成されたハッシュ値が前記ハッシュ値テーブル内の格納されたハッシュ値と重複している場合は、矛盾があるかどうかを問い合わせ、矛盾は、重複しているハッシュ値が、格納されたバッファユニットおよび前記ユーザー提供のバッファユニットと関連付けられていて、かつ前記格納されたバッファユニットおよび前記格納されたバッファユニットの使用および前記ユーザー提供のバッファユニットが異なる値を有する状況として定義され、
a.矛盾がある場合は、前記ユーザー提供のバッファユニットを前記非キャッシュ記録媒体内のブロックに書き込み、前記格納されたバッファユニットと前記格納されたハッシュ値との間の前記ハッシュ値テーブル内の関連付けを非アクティブにするか、または削除して、前記ハッシュ値テーブルを、前記ユーザー提供のバッファユニット、前記生成されたハッシュ値および前記ユーザー提供のバッファユニットが格納されている本当の論理ブロックアドレスの相関関係を含むように更新して、前記ユーザー提供のバッファユニットが書き込まれている位置に対応する本当の論理ブロックアドレスおよび前記ユーザーが認識する論理ブロックアドレスを前記メディエータ上に書き込み、
b.矛盾がない場合は、前記ユーザー提供のバッファユニットと同じである、前記非キャッシュ記録媒体上に格納されたバッファユニットの本当の論理ブロックアドレスを前記メディエータ上に書き込み、それを、前記ユーザー提供のバッファユニットを前記非キャッシュ記録媒体上に書き込むことなく、前記ユーザー提供のバッファに対する前記ユーザーが認識する論理ブロックアドレスと相互に関連付けることと、
を含む、方法。 - 前記方法が、複数のユーザー提供のバッファユニットの各々に対して、(iii)〜(iv)を繰り返すことをさらに含み、全体として、前記複数のユーザー提供のバッファユニットがファイルに対応する、請求項1に記載の方法。
- 前記ユーザー提供のバッファがサイズにおいて512B(バイト)と2MB(メガバイト)との間にある、請求項1に記載の方法。
- ユーザーが認識する論理ブロックアドレスに対して、前記メディエータが、前記本当の論理ブロックアドレスを複数回、相互に関連付ける、請求項1に記載の方法。
- 前記バッファユニットがサイズにおいて512B(バイト)または4KB(キロバイト)である、請求項1に記載の方法。
- 前記ハッシュ値がサイズにおいて8B(バイト)または16B(バイト)である、請求項5に記載の方法。
- 前記ユーザー提供のバッファユニットが、前処理によって形成され、前記前処理が:
(i)複数のデジタル2値信号を受信することであって、前記デジタル2値信号が複数のチャンクレットに編成されており、各チャンクレットがNビット長で、Nが1より大きい整数であり、前記チャンクレットが順序を有することと、
(ii)X個のマーカーのセットから、1つのマーカーを各チャンクレットに割り当てて、複数のマーカーのセットを形成することであって、Xがチャンクレット内のビットの異なる組合せの数以下であり、同一のサブユニットが前記マーカーに割り当てられていることと、
(iii)前記マーカーをバッファユニットとして使用することと、
を含む、請求項1に記載の方法。 - 前記ユーザー提供のバッファユニットが、前処理によって形成され、前記前処理が:
(i)複数のデジタル2値信号を受信することであって、前記デジタル2値信号が複数のチャンクレットに編成されており、各チャンクレットがNビット長で、Nが1より大きい整数であり、前記チャンクレットが順序を有することと、
(ii)各チャンクレットを均一なサイズのサブユニットに分割して、X個のマーカーのセットから、1つのマーカーを各サブユニットに割り当てて、複数のマーカーのセットを形成することであって、Xがサブユニット内のビットの異なる組合せの数以下であり、同一のサブユニットが前記マーカーに割り当てられていることと、
(iii)前記マーカーをバッファユニットとして使用することと、
を含む、請求項1に記載の方法。 - 少なくとも1つのマーカーが、サイズにおいてサブユニットより小さい、請求項8に記載の方法。
- ステップ(ii)が、ビットマーカーテーブルおよび頻度変換器のうちの1つにアクセスすることを含む、請求項7〜8のいずれか一項に記載の方法。
- データを格納するためのシステムであって、前記システムが、
(a)永続的メモリであって、前記永続的メモリが、格納されたバッファユニットを格納されたハッシュ値および本当の論理ブロックアドレスと関連付けるように構成されているハッシュ値テーブルを格納する、永続的メモリと、
(b)持続性媒体内に格納されているコンピュータプログラムを格納しているか、またはそれに動作可能に結合されている、中央処理装置であって、前記コンピュータプログラムが、実行される際に、自動的に
i.ハッシュ値アルゴリズムを1つ以上のユーザー提供のバッファユニットの各々に適用して、生成されたハッシュ値を作成し、
ii.前記生成されたハッシュ値が、格納されたバッファユニットと関連付けられている前記ハッシュ値テーブル内の格納されたハッシュ値の重複であるかどうかを判断し、そうである場合は、矛盾が存在するかどうかを判断し、前記矛盾が、2つの異なるバッファユニットと関連付けられているハッシュ値として定義されて、矛盾が存在する場合は、前記ハッシュ値テーブルを更新して、前記ハッシュ値テーブル内のハッシュ値を、前記格納されたバッファユニットではなく、前記ユーザー提供のバッファユニットと関連付けさせる、
実行可能コードを含む、中央処理装置と、
(c)非キャッシュ記録媒体であって、前記非キャッシュ記録媒体がブロックレベル記憶に対して構成されており、書き込まれる各ユーザー提供のバッファユニットが、前記非キャッシュ記録媒体上の次の隣接するブロックに書き込まれる、非キャッシュ記録媒体と、
(d)メディエータであって、前記メディエータが、本当の論理ブロックアドレスとユーザーが認識する論理ブロックアドレスとの相関関係を格納する、メディエータと、
を備える、システム。 - 前記コンピュータプログラムが、
i.前記生成されたハッシュ値が、前記ハッシュ値テーブル内のハッシュ値の重複ではないか、または
ii.前記生成されたハッシュ値が、格納されたハッシュ値の重複であり、かつ矛盾があるか、のいずれか
の場合に限り、前記ユーザー提供のバッファユニットを前記非キャッシュ記録媒体に書き込む、請求項11に記載のシステム。 - 複数のユーザーファイルに対して、ユーザーが認識する論理ブロックアドレスと本当の論理ブロックアドレスの相関関係があり、かつ、異なるファイルに対する複数の相関関係内に、前記本当の論理ブロックアドレスであるが、異なるユーザーが認識する論理ブロックアドレスが1つ以上ある、請求項11に記載のシステム。
- 前記システムが取得モジュールをさらに備え、前記取得モジュールが、前記メディエータにアクセスして、ハッシュ値テーブルにアクセスすることなく、複数のバッファユニットを、前記メディエータによって指示される順序で再結合することにより、データファイルを再構成するように構成され、かつ、前記メディエータによって指示される順序が、前記非キャッシュ記録媒体上での前記バッファユニットの順序とは異なる、請求項11〜13のいずれか一項に記載のシステム。
- コンピュータプログラムを格納しているコンピュータ可読記憶媒体であって、前記コンピュータプログラムが、コンピュータ上で実行される際に、前記コンピュータに、請求項1〜10のいずれか一項に記載の方法を含む、ファイルシステム内で重複を排除し、データブロックを管理するための方法を実装させる、コンピュータ可読記憶媒体。
Applications Claiming Priority (7)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US13/756,921 | 2013-02-01 | ||
US13/756,921 US20140223118A1 (en) | 2013-02-01 | 2013-02-01 | Bit Markers and Frequency Converters |
US13/797,093 | 2013-03-12 | ||
US13/797,093 US10133636B2 (en) | 2013-03-12 | 2013-03-12 | Data storage and retrieval mediation system and methods for using same |
US13/908,239 US9467294B2 (en) | 2013-02-01 | 2013-06-03 | Methods and systems for storing and retrieving data |
US13/908,239 | 2013-06-03 | ||
PCT/US2014/014225 WO2014121109A2 (en) | 2013-02-01 | 2014-01-31 | Reduced redundancy in stored data |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2018099121A Division JP2018152116A (ja) | 2013-02-01 | 2018-05-23 | 格納されたデータにおける冗長削減 |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2016509310A JP2016509310A (ja) | 2016-03-24 |
JP2016509310A5 JP2016509310A5 (ja) | 2017-03-02 |
JP6345698B2 true JP6345698B2 (ja) | 2018-06-20 |
Family
ID=51260352
Family Applications (4)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2015556181A Expired - Fee Related JP6345698B2 (ja) | 2013-02-01 | 2014-01-31 | 格納されたデータにおける冗長削減 |
JP2015556178A Expired - Fee Related JP6352308B2 (ja) | 2013-02-01 | 2014-01-31 | データを格納および取得するための方法およびシステム |
JP2018099121A Pending JP2018152116A (ja) | 2013-02-01 | 2018-05-23 | 格納されたデータにおける冗長削減 |
JP2018108556A Pending JP2018152126A (ja) | 2013-02-01 | 2018-06-06 | データを格納および取得するための方法およびシステム |
Family Applications After (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2015556178A Expired - Fee Related JP6352308B2 (ja) | 2013-02-01 | 2014-01-31 | データを格納および取得するための方法およびシステム |
JP2018099121A Pending JP2018152116A (ja) | 2013-02-01 | 2018-05-23 | 格納されたデータにおける冗長削減 |
JP2018108556A Pending JP2018152126A (ja) | 2013-02-01 | 2018-06-06 | データを格納および取得するための方法およびシステム |
Country Status (12)
Country | Link |
---|---|
US (2) | US9467294B2 (ja) |
EP (2) | EP2951703B1 (ja) |
JP (4) | JP6345698B2 (ja) |
KR (2) | KR20150121703A (ja) |
CN (3) | CN105190573B (ja) |
AU (2) | AU2014212163A1 (ja) |
BR (1) | BR112015018448A2 (ja) |
CA (2) | CA2900030A1 (ja) |
HK (2) | HK1219155A1 (ja) |
MX (2) | MX2015009954A (ja) |
PH (2) | PH12015501699A1 (ja) |
WO (2) | WO2014121109A2 (ja) |
Families Citing this family (32)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9628108B2 (en) | 2013-02-01 | 2017-04-18 | Symbolic Io Corporation | Method and apparatus for dense hyper IO digital retention |
US10133636B2 (en) | 2013-03-12 | 2018-11-20 | Formulus Black Corporation | Data storage and retrieval mediation system and methods for using same |
US9304703B1 (en) | 2015-04-15 | 2016-04-05 | Symbolic Io Corporation | Method and apparatus for dense hyper IO digital retention |
US9817728B2 (en) | 2013-02-01 | 2017-11-14 | Symbolic Io Corporation | Fast system state cloning |
US9519805B2 (en) * | 2013-08-01 | 2016-12-13 | Cellco Partnership | Digest obfuscation for data cryptography |
JP6312344B2 (ja) * | 2014-02-18 | 2018-04-18 | 日本電信電話株式会社 | セキュリティ装置、その方法、およびプログラム |
US10185842B2 (en) * | 2015-03-18 | 2019-01-22 | Intel Corporation | Cache and data organization for memory protection |
US10061514B2 (en) | 2015-04-15 | 2018-08-28 | Formulus Black Corporation | Method and apparatus for dense hyper IO digital retention |
US20170220498A1 (en) * | 2016-02-01 | 2017-08-03 | Symbolic Io Corporation | Apparatus for personality and data transfer via physical movement of a fast memory transfer device |
KR20190013729A (ko) * | 2016-04-04 | 2019-02-11 | 포뮬루스 블랙 코포레이션 | 고속 시스템 상태 클로닝 |
CN106230907B (zh) * | 2016-07-22 | 2019-05-14 | 华南理工大学 | 一种社保大数据可视化方法及系统 |
CN107783728B (zh) * | 2016-08-31 | 2021-07-23 | 百度在线网络技术(北京)有限公司 | 数据存储方法、装置和设备 |
AU2016394896B2 (en) * | 2016-09-28 | 2018-08-09 | Huawei Technologies Co.,Ltd. | Method for deduplication in storage system, storage system, and controller |
CN106528703A (zh) * | 2016-10-26 | 2017-03-22 | 杭州宏杉科技股份有限公司 | 一种重复删除的模式切换方法及装置 |
CN108241710A (zh) * | 2016-12-27 | 2018-07-03 | 中移(苏州)软件技术有限公司 | 一种文件创建方法、装置以及文件查询方法、装置 |
US11341488B2 (en) * | 2017-02-06 | 2022-05-24 | Northern Trust Corporation | Systems and methods for issuing and tracking digital tokens within distributed network nodes |
KR101963822B1 (ko) * | 2017-02-27 | 2019-04-01 | 충남대학교산학협력단 | 프로그램 분류 방법 및 장치 |
US10873781B2 (en) * | 2017-06-13 | 2020-12-22 | Comcast Cable Communications, Llc | Video fragment file processing |
US10509771B2 (en) * | 2017-10-30 | 2019-12-17 | AtomBeam Technologies Inc. | System and method for data storage, transfer, synchronization, and security using recursive encoding |
US11366790B2 (en) | 2017-10-30 | 2022-06-21 | AtomBeam Technologies Inc. | System and method for random-access manipulation of compacted data files |
US11232076B2 (en) | 2017-10-30 | 2022-01-25 | AtomBeam Technologies, Inc | System and methods for bandwidth-efficient cryptographic data transfer |
US10572186B2 (en) | 2017-12-18 | 2020-02-25 | Formulus Black Corporation | Random access memory (RAM)-based computer systems, devices, and methods |
CN108984719B (zh) * | 2018-07-10 | 2021-08-03 | 上海达梦数据库有限公司 | 基于列存储的数据删除方法、装置、服务器及存储介质 |
CN109521954B (zh) * | 2018-10-12 | 2021-11-16 | 许继集团有限公司 | 一种配网ftu定点文件管理方法及装置 |
CN109710668B (zh) * | 2018-11-29 | 2021-05-04 | 中国电子科技集团公司第二十八研究所 | 一种多源异构数据访问中间件构建方法 |
WO2020142431A1 (en) | 2019-01-02 | 2020-07-09 | Formulus Black Corporation | Systems and methods for memory failure prevention, management, and mitigation |
WO2020264522A1 (en) * | 2019-06-27 | 2020-12-30 | Atombeam Technologies, Inc. | Data storage, transfer, synchronization, and security using recursive encoding |
CN111656343B (zh) | 2019-09-11 | 2023-06-30 | 创新先进技术有限公司 | 可信执行环境中基于纠错编码的共享区块链数据存储 |
EP4052136A4 (en) * | 2019-10-28 | 2023-11-01 | Atombeam Technologies Inc. | SYSTEM AND METHODS FOR EFFICIENT BANDWIDTH CRYPTOGRAPHIC DATA TRANSFER |
CN113472512A (zh) * | 2021-06-10 | 2021-10-01 | 东软集团股份有限公司 | 智能合约执行方法、装置、存储介质及电子设备 |
CN114676117B (zh) * | 2022-05-27 | 2022-08-16 | 成都明途科技有限公司 | 一种岗位数据存储方法、装置及岗位机器人 |
CN116303124B (zh) * | 2023-03-29 | 2024-01-30 | 浙江正泰仪器仪表有限责任公司 | 一种数据搜索方法、装置、电子设备及存储介质 |
Family Cites Families (77)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
NL112793C (ja) | 1957-04-23 | |||
US3016527A (en) | 1958-09-04 | 1962-01-09 | Bell Telephone Labor Inc | Apparatus for utilizing variable length alphabetized codes |
GB1564563A (en) | 1977-05-25 | 1980-04-10 | Int Computers Ltd | Data sotrage apparatus |
US4286256A (en) | 1979-11-28 | 1981-08-25 | International Business Machines Corporation | Method and means for arithmetic coding utilizing a reduced number of operations |
US4635141A (en) | 1982-10-13 | 1987-01-06 | United States Design Corporation | Method and apparatus for storing data on magnetic or optical media |
FR2668867B1 (fr) | 1990-11-02 | 1993-01-29 | Burger Jacques | Procede de codage binaire a taux de basculement des elements binaires sensiblement uniforme, et procedes d'incrementation et de decrementation correspondants. |
US7124302B2 (en) * | 1995-02-13 | 2006-10-17 | Intertrust Technologies Corp. | Systems and methods for secure transaction management and electronic rights protection |
JP3277792B2 (ja) * | 1996-01-31 | 2002-04-22 | 株式会社日立製作所 | データ圧縮方法および装置 |
US5818877A (en) | 1996-03-14 | 1998-10-06 | The Regents Of The University Of California | Method for reducing storage requirements for grouped data values |
US6465969B1 (en) | 1997-08-04 | 2002-10-15 | Lumimove, Inc. | Electroluminescent display intelligent controller |
US6052785A (en) | 1997-11-21 | 2000-04-18 | International Business Machines Corporation | Multiple remote data access security mechanism for multitiered internet computer networks |
JP2000059227A (ja) | 1998-08-07 | 2000-02-25 | Matsushita Electric Ind Co Ltd | 符号化/復号化装置、及び符号化/復号化方法 |
US6297753B1 (en) | 1999-01-29 | 2001-10-02 | Victor Company Of Japan, Ltd. | Eight-to-fifteen modulation using no merging bit and optical disc recording or reading systems based thereon |
US6785815B1 (en) * | 1999-06-08 | 2004-08-31 | Intertrust Technologies Corp. | Methods and systems for encoding and protecting data using digital signature and watermarking techniques |
US6560599B1 (en) | 1999-06-30 | 2003-05-06 | Microsoft Corporation | Method and apparatus for marking a hash table and using the marking for determining the distribution of records and for tuning |
WO2001016756A1 (fr) * | 1999-08-31 | 2001-03-08 | Fujitsu Limited | Systeme de fichier et procede d'acces a un fichier |
US6829695B1 (en) | 1999-09-03 | 2004-12-07 | Nexql, L.L.C. | Enhanced boolean processor with parallel input |
EP1158740B1 (en) * | 2000-05-24 | 2009-09-16 | Sony Deutschland GmbH | Quality of Service negotiation |
US7274697B2 (en) * | 2000-11-16 | 2007-09-25 | Tensilica, Inc. | Fast IP route lookup with 16/K and 16/Kc compressed data structures |
US8290160B1 (en) * | 2001-10-17 | 2012-10-16 | Appalachian Technologies Corporation of Pennsylvania | Method and apparatus for secured facsimile transmission |
US20030115447A1 (en) | 2001-12-18 | 2003-06-19 | Duc Pham | Network media access architecture and methods for secure storage |
CA2364820A1 (en) | 2001-12-11 | 2003-06-11 | Ibm Canada Limited-Ibm Canada Limitee | Variable length encoding and decoding of ascending numerical sequences |
WO2003081440A1 (en) | 2002-03-21 | 2003-10-02 | Snapp Robert F | Method and system for storing and retrieving data using hash-accessed multiple data stores |
US6674908B1 (en) * | 2002-05-04 | 2004-01-06 | Edward Lasar Aronov | Method of compression of binary data with a random number generator |
JP4304360B2 (ja) | 2002-05-22 | 2009-07-29 | 日本電気株式会社 | 音声符号化復号方式間の符号変換方法および装置とその記憶媒体 |
US7065619B1 (en) | 2002-12-20 | 2006-06-20 | Data Domain, Inc. | Efficient data storage system |
US20040143733A1 (en) | 2003-01-16 | 2004-07-22 | Cloverleaf Communication Co. | Secure network data storage mediator |
US7383378B1 (en) | 2003-04-11 | 2008-06-03 | Network Appliance, Inc. | System and method for supporting file and block access to storage object on a storage appliance |
US7143251B1 (en) | 2003-06-30 | 2006-11-28 | Data Domain, Inc. | Data storage using identifiers |
US7849063B2 (en) * | 2003-10-17 | 2010-12-07 | Yahoo! Inc. | Systems and methods for indexing content for fast and scalable retrieval |
US7290116B1 (en) * | 2004-06-30 | 2007-10-30 | Sun Microsystems, Inc. | Level 2 cache index hashing to avoid hot spots |
WO2006010644A1 (en) | 2004-07-29 | 2006-02-02 | Oce-Technologies B.V. | Lossless compression of color image data using entropy encoding |
EP1797510A2 (en) | 2004-10-06 | 2007-06-20 | Permabit, Inc. | A storage system for randomly named blocks of data |
US7330322B2 (en) | 2005-01-28 | 2008-02-12 | Seagate Technology Llc | Utilizing a combination of physical tracks and virtual tracks to store data on a data storage medium |
US7617370B2 (en) | 2005-04-29 | 2009-11-10 | Netapp, Inc. | Data allocation within a storage system architecture |
US7921088B1 (en) | 2005-07-22 | 2011-04-05 | X-Engines, Inc. | Logical operations encoded by a function table for compressing index bits in multi-level compressed look-up tables |
US7480766B2 (en) * | 2005-08-03 | 2009-01-20 | Sandisk Corporation | Interfacing systems operating through a logical address space and on a direct data file basis |
US7436330B2 (en) * | 2006-03-24 | 2008-10-14 | The University Of Mississippi | High-speed data compression based on set associative cache mapping techniques |
JP2007272826A (ja) * | 2006-03-31 | 2007-10-18 | Sharp Corp | 情報処理装置、情報処理方法、情報処理プログラム、および記録媒体 |
CA2546148A1 (en) * | 2006-05-09 | 2007-11-09 | Nikolajs Volkovs | Method, system and computer program for polynomial based hashing and message authentication coding with separate generation of spectrums |
US7962499B2 (en) * | 2006-08-18 | 2011-06-14 | Falconstor, Inc. | System and method for identifying and mitigating redundancies in stored data |
AU2006204634B2 (en) | 2006-08-31 | 2009-10-29 | Canon Kabushiki Kaisha | Runlength encoding of leading ones and zeros |
JP2008165293A (ja) * | 2006-12-27 | 2008-07-17 | Seiko Epson Corp | データ検索装置、デバイス管理装置、データ検索方法、およびコンピュータプログラム |
JP4990066B2 (ja) * | 2007-08-21 | 2012-08-01 | 株式会社日立製作所 | 論理ボリュームのペアを利用したデータ保存の方式を変更する機能を備えたストレージシステム |
US9413825B2 (en) | 2007-10-31 | 2016-08-09 | Emc Corporation | Managing file objects in a data storage system |
GB0721648D0 (en) * | 2007-11-05 | 2007-12-19 | Roke Manor Research | Internet data processing systems |
US20090169001A1 (en) | 2007-12-28 | 2009-07-02 | Cisco Technology, Inc. | System and Method for Encryption and Secure Transmission of Compressed Media |
US8214425B2 (en) | 2008-01-29 | 2012-07-03 | Mitel Networks Corporation | System and method for storing a program using partial compression |
GB2469955B (en) | 2008-01-31 | 2012-09-12 | Fujitsu Ltd | Data compression/decompression method,and compression/decompression program |
JP2009251725A (ja) * | 2008-04-02 | 2009-10-29 | Hitachi Ltd | 記憶制御装置及び記憶制御装置を用いた重複データ検出方法。 |
US8745336B2 (en) | 2008-05-29 | 2014-06-03 | Vmware, Inc. | Offloading storage operations to storage hardware |
US8527482B2 (en) * | 2008-06-06 | 2013-09-03 | Chrysalis Storage, Llc | Method for reducing redundancy between two or more datasets |
JP5414223B2 (ja) * | 2008-09-16 | 2014-02-12 | 株式会社日立ソリューションズ | インターネットバックアップにおける転送データ管理システム |
US8412677B2 (en) * | 2008-11-26 | 2013-04-02 | Commvault Systems, Inc. | Systems and methods for byte-level or quasi byte-level single instancing |
US8200923B1 (en) * | 2008-12-31 | 2012-06-12 | Emc Corporation | Method and apparatus for block level data de-duplication |
JP5413948B2 (ja) | 2009-01-27 | 2014-02-12 | 日本電気株式会社 | ストレージシステム |
EP2214315A1 (en) | 2009-01-30 | 2010-08-04 | Thomson Licensing | Method and device for encoding a bit sequence |
JP4816740B2 (ja) * | 2009-02-09 | 2011-11-16 | ソニー株式会社 | 情報処理装置、および情報処理方法、並びにプログラム |
US8140491B2 (en) | 2009-03-26 | 2012-03-20 | International Business Machines Corporation | Storage management through adaptive deduplication |
US8812570B2 (en) * | 2009-05-28 | 2014-08-19 | Red Hat, Inc. | String hashing using a number generator |
JP5360218B2 (ja) | 2009-08-25 | 2013-12-04 | 富士通株式会社 | 送信機、符号化装置、受信機、及び、復号化装置 |
JP2011082878A (ja) | 2009-10-09 | 2011-04-21 | Sony Corp | 符号化装置、復号装置、情報処理システム、符号化方法およびプログラム |
US9900150B2 (en) | 2009-10-30 | 2018-02-20 | International Business Machines Corporation | Dispersed storage camera device and method of operation |
JP4892072B2 (ja) * | 2010-03-24 | 2012-03-07 | 株式会社東芝 | ホスト装置と連携して重複データを排除するストレージ装置、同ストレージ装置を備えたストレージシステム、及び同システムにおける重複排除方法 |
JP5594828B2 (ja) * | 2010-07-21 | 2014-09-24 | 学校法人東京電機大学 | データ分散保管装置及び方法及びプログラム及び記録媒体 |
US8831221B2 (en) * | 2010-09-28 | 2014-09-09 | Lsi Corporation | Unified architecture for crypto functional units |
US9104326B2 (en) | 2010-11-15 | 2015-08-11 | Emc Corporation | Scalable block data storage using content addressing |
US8918607B2 (en) | 2010-11-19 | 2014-12-23 | International Business Machines Corporation | Data archiving using data compression of a flash copy |
US20120239860A1 (en) | 2010-12-17 | 2012-09-20 | Fusion-Io, Inc. | Apparatus, system, and method for persistent data management on a non-volatile storage media |
US8832493B2 (en) * | 2010-12-22 | 2014-09-09 | Cleversafe, Inc. | Storing directory metadata in a dispersed storage network |
US9639543B2 (en) * | 2010-12-28 | 2017-05-02 | Microsoft Technology Licensing, Llc | Adaptive index for data deduplication |
JP5561425B2 (ja) * | 2011-02-28 | 2014-07-30 | 日本電気株式会社 | ストレージシステム |
US8539008B2 (en) | 2011-04-29 | 2013-09-17 | Netapp, Inc. | Extent-based storage architecture |
US8620865B2 (en) | 2011-06-24 | 2013-12-31 | Netapp, Inc. | System and method for providing a unified storage system that supports file/object duality |
US20140082324A1 (en) * | 2012-09-14 | 2014-03-20 | Reuven Elhamias | Method and Storage Device for Using File System Data to Predict Host Device Operations |
US10133636B2 (en) | 2013-03-12 | 2018-11-20 | Formulus Black Corporation | Data storage and retrieval mediation system and methods for using same |
US20140223118A1 (en) | 2013-02-01 | 2014-08-07 | Brian Ignomirello | Bit Markers and Frequency Converters |
-
2013
- 2013-06-03 US US13/908,239 patent/US9467294B2/en active Active
-
2014
- 2014-01-31 EP EP14745756.8A patent/EP2951703B1/en active Active
- 2014-01-31 KR KR1020157023746A patent/KR20150121703A/ko not_active Application Discontinuation
- 2014-01-31 JP JP2015556181A patent/JP6345698B2/ja not_active Expired - Fee Related
- 2014-01-31 BR BR112015018448A patent/BR112015018448A2/pt not_active IP Right Cessation
- 2014-01-31 CA CA2900030A patent/CA2900030A1/en not_active Abandoned
- 2014-01-31 CN CN201480016699.9A patent/CN105190573B/zh not_active Expired - Fee Related
- 2014-01-31 AU AU2014212163A patent/AU2014212163A1/en not_active Abandoned
- 2014-01-31 CN CN201480016823.1A patent/CN105339904B/zh not_active Expired - Fee Related
- 2014-01-31 MX MX2015009954A patent/MX2015009954A/es unknown
- 2014-01-31 JP JP2015556178A patent/JP6352308B2/ja not_active Expired - Fee Related
- 2014-01-31 CA CA2900034A patent/CA2900034A1/en not_active Abandoned
- 2014-01-31 WO PCT/US2014/014225 patent/WO2014121109A2/en active Application Filing
- 2014-01-31 MX MX2015009953A patent/MX2015009953A/es unknown
- 2014-01-31 CN CN201910359196.6A patent/CN110083552A/zh active Pending
- 2014-01-31 KR KR1020157023747A patent/KR20150119880A/ko not_active Application Discontinuation
- 2014-01-31 WO PCT/US2014/014209 patent/WO2014121102A2/en active Application Filing
- 2014-01-31 AU AU2014212170A patent/AU2014212170A1/en not_active Abandoned
- 2014-01-31 EP EP14745861.6A patent/EP2951701A4/en not_active Ceased
-
2015
- 2015-07-31 PH PH12015501699A patent/PH12015501699A1/en unknown
- 2015-07-31 PH PH12015501698A patent/PH12015501698A1/en unknown
-
2016
- 2016-06-20 HK HK16107089.9A patent/HK1219155A1/zh unknown
- 2016-06-20 HK HK16107090.6A patent/HK1219156A1/zh unknown
- 2016-10-05 US US15/286,331 patent/US9584312B2/en active Active
-
2018
- 2018-05-23 JP JP2018099121A patent/JP2018152116A/ja active Pending
- 2018-06-06 JP JP2018108556A patent/JP2018152126A/ja active Pending
Also Published As
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP6345698B2 (ja) | 格納されたデータにおける冗長削減 | |
US9880746B1 (en) | Method to increase random I/O performance with low memory overheads | |
US7831789B1 (en) | Method and system for fast incremental backup using comparison of descriptors | |
US9323465B2 (en) | Systems and methods for persistent atomic storage operations | |
US10768843B2 (en) | Optmizing metadata management in data deduplication | |
US9563555B2 (en) | Systems and methods for storage allocation | |
US8051050B2 (en) | Block-level data de-duplication using thinly provisioned data storage volumes | |
US8131688B2 (en) | Storage system data compression enhancement | |
US20190146881A1 (en) | Data storage and retrieval mediation system and methods for using same | |
US10387066B1 (en) | Providing data deduplication in a data storage system with parallelized computation of crypto-digests for blocks of host I/O data | |
US10503697B1 (en) | Small file storage system | |
US10380141B1 (en) | Fast incremental backup method and system | |
US10223377B1 (en) | Efficiently seeding small files with certain localities | |
US20230236725A1 (en) | Method to opportunistically reduce the number of SSD IOs, and reduce the encryption payload, in an SSD based cache in a deduplication file system | |
US11112987B2 (en) | Optmizing data deduplication |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20170119 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20170119 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20171218 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20180116 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20180411 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20180424 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20180523 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 6345698 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |