Why do we store the issue data in s3
@RobStallion がすでに取り組んでいます。
2018年12月4日 から。
評価
この issue はまだ評価されていません。
説明
Why do we store our issue data as JSON in S3?
What are the pros/cons of storing this kind of data in S3 over our own sql database?
e.g.
- is it faster to load data
- is it cheaper
- does it take up less space as a json file on S3 than as a string in postgres. If so could storing the data as a binary help? (see quotes below)
quotes from https://github.com/dwyl/phoenix-ecto-encryption-example
The reason we are creating the encrypted/hashed fields as :binary is that the data stored in them will be encrypted and :binary is the most efficient Ecto/SQL data type for storing encrypted data; storing it as a String would take up more bytes for the same data. i.e. wasteful without any benefit to security or performance.
The best data type for storing encrypted data is :binary (it uses half the "space" of a :string for the same ciphertext)
- 主要言語
- Elixir
- スター
- 33
- フォーク
- 3
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
dwyl/github-backup のほかの issue
-
enhancement
難易度 5/5 1週間以上 初心者へのやさしさ 15/100
dwyl/github-backup#138 ·
-
discuss enhancement priority-2
dwyl/github-backup#136 · コメント 10 件 · 担当者 1 名 ·
-
😕 オープンhelp wanted priority-2
難易度 5/5 1週間以上 初心者へのやさしさ 25/100
dwyl/github-backup#135 · コメント 1 件 · リアクション 3 件 ·
-
enhancement
難易度 5/5 1週間以上 初心者へのやさしさ 20/100
dwyl/github-backup#133 ·
-
discuss priority-4 technical
難易度 5/5 1週間以上 初心者へのやさしさ 20/100
dwyl/github-backup#132 · コメント 3 件 · リアクション 1 件 ·
dwyl/github-backup の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 68/100
carverauto/serviceradar#4542 ·
-
難易度 2/5 1〜3時間 初心者へのやさしさ 84/100
phoenixframework/phoenix#6847 ·
-
bug
難易度 2/5 1〜3時間 初心者へのやさしさ 64/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 78/100
-
難易度 2/5 1〜3時間 初心者へのやさしさ 82/100
beyond-all-reason/teiserver#1584 ·