Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ja: Fix mistranslation in SQL tuning section #305

Merged
merged 13 commits into from
Dec 9, 2019

Commits on Jul 18, 2019

  1. ja: Fix mistranslation in "Tighten up the schema"

    - Fix Japanese translation (the original translation doesn’t make sense)
    satob committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    350cb06 View commit details
    Browse the repository at this point in the history
  2. ja: Fix mistranslation in "Tighten up the schema"

    - Make Japanese translation more fluent
    satob committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    b212eaa View commit details
    Browse the repository at this point in the history
  3. ja: Fix mistranslation in "Tighten up the schema"

    - Fix Japanese mistranslation (the original Japanese translation means “Use INT for the numbers larger than 2^32 or 4 billion”.)
    satob committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    0081a5c View commit details
    Browse the repository at this point in the history
  4. ja: Fix mistranslation in "Tighten up the schema"

    - Fix Japanese mistranslation (the original Japanese translation means “this field often spends the largest size in RDBMS”.)
    satob committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    f27920e View commit details
    Browse the repository at this point in the history
  5. ja: Fix mistranslation in "Tighten up the schema"

    - Fix Japanese mistranslation (the original Japanese translation means “Set the NOT NULL constraint where you can improve search performance”.)
    satob committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    6d1c882 View commit details
    Browse the repository at this point in the history
  6. ja: Fix mistranslation in "Use good indices"

    - Fix Japanese mistranslation (the original Japanese translation means “Columns that you are retrieving with query (snip) could be faster with indices.”)
    satob committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    315b8ca View commit details
    Browse the repository at this point in the history
  7. ja: Fix mistranslation in "Use good indices"

    - Fix Japanese mistranslation (the original Japanese translation means “Columns that you are retrieving with query (snip) could be faster with indices.”)
    satob committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    4602564 View commit details
    Browse the repository at this point in the history
  8. ja: Fix mistranslation in "Use good indices"

    - Fix Japanese translation (the original translation doesn’t make sense)
    satob committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    1acb15c View commit details
    Browse the repository at this point in the history
  9. ja: Fix mistranslation in "Use good indices"

    - Fix Japanese translation (“amount” is missing in the Japanese translation)
    satob committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    80a5c01 View commit details
    Browse the repository at this point in the history
  10. ja: Fix mistranslation in "Avoid expensive joins"

    - Fix Japanese mistranslation (the original Japanese translation means “Denormalize where you need performance.”)
    satob committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    1a1e573 View commit details
    Browse the repository at this point in the history
  11. ja: Fix mistranslation in "Partition tables"

    - Fix Japanese translation (the original translation doesn’t make sense)
    satob committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    358e33a View commit details
    Browse the repository at this point in the history
  12. ja: Fix mistranslation in "Source(s) and further reading: SQL tuning"

    - Fix Japanese mistranslation (the original Japanese translation means “Is there a need to use so many VARCHAR(255)?”)
    satob committed Jul 18, 2019
    Configuration menu
    Copy the full SHA
    67deadf View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2019

  1. Fix translation

    satob committed Sep 13, 2019
    Configuration menu
    Copy the full SHA
    1b9d3ca View commit details
    Browse the repository at this point in the history