Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 682171
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T01:33:57+00:00 2026-05-14T01:33:57+00:00

I’m working on a database with mysql 5.0 for an open source project it’s

  • 0

I’m working on a database with mysql 5.0 for an open source project
it’s used to stored sentences in specific languages and their translations in other languages

I used to have a big table “sentences” and “sentences_translations” (use to join sentences to sentences) table but has we have now near one million entries, this begin to be a bit slow, moreover, most of request are made using a “where lang =”

so I’ve decided to create a table by language
sentences_LANGUAGECODE

and sentences_translation_LANGSOURCE_LANGTARGET

and to create merge table like this
sentences_ENG_OTHERS which merge sentences_ENG_ARA sentences_ENG_DEU etc…
when we want to have the translations in all languages of an english sentence
sentences_OTHERS_ENG
when we want to have only the english translations of some sentences

I’ve created a script to create all these tables (they’re around 31 languages so more than 60 merge table), I’ve tested, that works really great a request which use to take 160ms now take only 30 🙂
but I discover that all my merge table after the 15th use to have “NULL” as type of storage engine
instead of MRG_MYISAM, and if delete one, then I can create an others, using FLUSH table between each creation also allow me to create more merge tables

so is this a limitation from mysql ? can we override it ?

thanks for your answers

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T01:33:57+00:00Added an answer on May 14, 2026 at 1:33 am

    (thanks to Martin to show me the way)

    on linux, you have to edit your /etc/security/limits.conf and a line like this

    * hard nofile 4096
    

    At the next restart it will be ok
    To have it directly stop your server

    ulimit -n 4096 (or more , as root)
    

    and restart your server directly

    I don’t know how about windows yet

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 395k
  • Answers 395k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer VisiCalc for the Apple II was the first spreadsheet program… May 15, 2026 at 2:37 am
  • Editorial Team
    Editorial Team added an answer Here is one way of doing it: app=TkinterApp() def refreshApp():… May 15, 2026 at 2:36 am
  • Editorial Team
    Editorial Team added an answer I've had the same problem. Eclipse complained that there were… May 15, 2026 at 2:36 am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.