minio/pkg/s3select/internal/parquet-go
Krishnan Parthasarathi c829e3a13b Support for remote tier management (#12090)
With this change, MinIO's ILM supports transitioning objects to a remote tier.
This change includes support for Azure Blob Storage, AWS S3 compatible object
storage incl. MinIO and Google Cloud Storage as remote tier storage backends.

Some new additions include:

 - Admin APIs remote tier configuration management

 - Simple journal to track remote objects to be 'collected'
   This is used by object API handlers which 'mutate' object versions by
   overwriting/replacing content (Put/CopyObject) or removing the version
   itself (e.g DeleteObjectVersion).

 - Rework of previous ILM transition to fit the new model
   In the new model, a storage class (a.k.a remote tier) is defined by the
   'remote' object storage type (one of s3, azure, GCS), bucket name and a
   prefix.

* Fixed bugs, review comments, and more unit-tests

- Leverage inline small object feature
- Migrate legacy objects to the latest object format before transitioning
- Fix restore to particular version if specified
- Extend SharedDataDirCount to handle transitioned and restored objects
- Restore-object should accept version-id for version-suspended bucket (#12091)
- Check if remote tier creds have sufficient permissions
- Bonus minor fixes to existing error messages

Co-authored-by: Poorna Krishnamoorthy <poorna@minio.io>
Co-authored-by: Krishna Srinivas <krishna@minio.io>
Signed-off-by: Harshavardhana <harsha@minio.io>
2021-04-23 11:58:53 -07:00
..
common update license change for MinIO 2021-04-23 11:58:53 -07:00
data update license change for MinIO 2021-04-23 11:58:53 -07:00
encoding update license change for MinIO 2021-04-23 11:58:53 -07:00
gen-go/parquet update license change for MinIO 2021-04-23 11:58:53 -07:00
schema update license change for MinIO 2021-04-23 11:58:53 -07:00
tools update license change for MinIO 2021-04-23 11:58:53 -07:00
column.go update license change for MinIO 2021-04-23 11:58:53 -07:00
common.go update license change for MinIO 2021-04-23 11:58:53 -07:00
compression.go update license change for MinIO 2021-04-23 11:58:53 -07:00
decode.go update license change for MinIO 2021-04-23 11:58:53 -07:00
encode_test.go update license change for MinIO 2021-04-23 11:58:53 -07:00
encode.go update license change for MinIO 2021-04-23 11:58:53 -07:00
endian.go update license change for MinIO 2021-04-23 11:58:53 -07:00
example.parquet Add archived parquet as int. package (#9912) 2020-06-25 07:31:16 -07:00
gen-parquet-format-pkg.sh Support for remote tier management (#12090) 2021-04-23 11:58:53 -07:00
LICENSE Support for remote tier management (#12090) 2021-04-23 11:58:53 -07:00
Makefile Add archived parquet as int. package (#9912) 2020-06-25 07:31:16 -07:00
page.go update license change for MinIO 2021-04-23 11:58:53 -07:00
parquet.thrift fix: docs typos and keywords 2020-12-23 11:59:20 -08:00
reader_test.go update license change for MinIO 2021-04-23 11:58:53 -07:00
reader.go update license change for MinIO 2021-04-23 11:58:53 -07:00
README.md Add archived parquet as int. package (#9912) 2020-06-25 07:31:16 -07:00
record.go update license change for MinIO 2021-04-23 11:58:53 -07:00
table.go update license change for MinIO 2021-04-23 11:58:53 -07:00
test.parquet Add archived parquet as int. package (#9912) 2020-06-25 07:31:16 -07:00
writer_test.go update license change for MinIO 2021-04-23 11:58:53 -07:00
writer.go update license change for MinIO 2021-04-23 11:58:53 -07:00

parquet-go

Modified version of https://github.com/xitongsys/parquet-go