タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

bsonに関するmsyktのブックマーク (3)

  • MongoDB の BSON - Backnumbers: Steps to Phantasien

    ペーパードライバーにはヒマなエリアへ出張中. 各種中毒メディア群も数周して飽きたため, 前から読みたかった MongoDB でも調べよう...としたけれど, 思ったよりコードサイズがあるなあ. ちょっとだけ眺めて気を済まそう... ウェブっ子でない同士諸兄に説明しておくと, MongoDB は JSON のようなオブジェクトに 適当な ID を割り振り, その ID をキーに JSON (のようなもの)を検索できるようにした データベースのこと. ID 以外の JSON のフィールドにもインデクスをつけて 検索できるぶん便利な子だとされている. (教科書情報.) 今日は手始めに MongoDB 内の JSON 表現たる "BSON" を眺めた. MongoDB は, 自身が内部で使っている JSON 相当のデータ表現を BSON (Binary JSON) と呼び, あわよくば広く使っても

  • BSON (Binary JSON) Serialization

    BSON, short for Bin­ary JSON, is a bin­ary-en­coded seri­al­iz­a­tion of JSON-like doc­u­ments. Like JSON, BSON sup­ports the em­bed­ding of doc­u­ments and ar­rays with­in oth­er doc­u­ments and ar­rays. BSON also con­tains ex­ten­sions that al­low rep­res­ent­a­tion of data types that are not part of the JSON spec. For ex­ample, BSON has a Date type and a BinData type. BSON can be com­pared to b

    msykt
    msykt 2011/08/16
  • Binary JSON with bson4jackson « Michel Krämer

    msykt
    msykt 2011/08/15
    MessagePackは仕様が最適化され過ぎてバイナリをスキャンしていくのは大変そうなので、BSON検討中。
  • 1