1. 17 1月, 2018 2 次提交
  2. 13 1月, 2018 3 次提交
  3. 12 1月, 2018 1 次提交
  4. 11 1月, 2018 3 次提交
  5. 06 1月, 2018 2 次提交
  6. 04 1月, 2018 1 次提交
  7. 21 12月, 2017 1 次提交
  8. 20 12月, 2017 1 次提交
  9. 19 12月, 2017 1 次提交
  10. 18 12月, 2017 1 次提交
  11. 14 12月, 2017 1 次提交
  12. 13 12月, 2017 1 次提交
  13. 07 12月, 2017 2 次提交
  14. 06 12月, 2017 2 次提交
    • D
      New gpbackup options (#4045) · e939da93
      David Yozie 提交于
      * add -compression-level
      
      * add -single-data-file option
      
      * add gprestore -include-schema and -include-table-file options
      
      * removing statement about using -compression-level and -no-compression together
      
      * remove restriction about using both -include-schema and -redirect together
      
      * remove restriction about using both -include-table-file and -globals together
      
      * add note re: default compression level
      e939da93
    • C
      docs: optimizer_join_order guc (#4014) · de67a245
      Chuck Litzell 提交于
      * docs: optimizer_join_order guc
      
      * Implement suggested edits
      
      * Note iteractions with other params; correct inaccurate statement.
      
      * Clarify this is a GPORCA guc
      de67a245
  15. 05 12月, 2017 1 次提交
  16. 02 12月, 2017 1 次提交
    • I
      Add Zstandard compression option for append-optimized tables. · 724f9d27
      Ivan Leskin 提交于
      Add a new compression option for append-optimized tables, "zstd". It is
      generally faster than zlib or quicklz, and compresses better. Or at least
      it can be faster or compress better, if not both at the same time, by
      adjusting the compression level. A major advantage of Zstandard is the wide
      range of tuning, to choose the trade-off between compression speed and
      ratio.
      
      Update documentation to mention "zstd" alongside "zlib" and "quicklz". More
      could be done; all the examples still use zlib or quicklz, for example, and
      I think we want to emphasize Zstandard more in the docs, over those other
      options. But this is the bare minimum to keep the docs factually correct.
      
      Using the new option requires building the server with the libzstd library.
      A new --with-zstd option is added for that. The default is to build without
      libzstd, for now, but we should probably change the default to be on, after
      we have had a chance to update all the buildfarm machines to have libzstd.
      
      Patch by Ivan Leskin, Dmitriy Pavlov, Anton Chevychalov. Test case, docs
      changes, and some minor editorialization by Heikki Linnakangas.
      724f9d27
  17. 21 11月, 2017 1 次提交
  18. 17 11月, 2017 1 次提交
  19. 16 11月, 2017 3 次提交
  20. 15 11月, 2017 4 次提交
  21. 14 11月, 2017 2 次提交
  22. 11 11月, 2017 2 次提交
  23. 10 11月, 2017 3 次提交