My application is being configured with a lot of keys / values ββ(say 30,000)
I want to find the best deployment method for these configurations, knowing that I want to avoid DEFINE in order to allow reconfiguration of the runtime.
I'm thinking of
what are my options for
Thanks Jerome
, , . , . - SQLite, memcached.
, . 30 000 , , .
, .
. , . , 30 .. , .
?
:
| key | value |
| currency | pound | | timezone | GMT |
, :
SELECT * FROM options WHERE key = 'timezone'
SELECT * FROM options WHERE key IN ('timezone','currency')
, SQLite. , PHP, ADOdb , , .
If you want to structure, I would say ini files using the parse_ini_file function .
Source: https://habr.com/ru/post/1740779/More articles:https://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1740774/adding-a-css-class-to-the-options-tag-inside-a-select-wrapper-w-rails&usg=ALkJrhhGpbDDPLiG9ZVm7GvPRVKuWOINSALogParser for Java - javaAvoid problems with BigDecimal when upgrading to Java 1.4 in Java 1.5+ - javavisual C # - onPaint and transparency - c #What is the standard way to analyze floats at runtime in C? - cAbstract class and constructor - c #How to copy files from one branch to another from the SVN CLI or TortoiseSVN? - svnRoR server does not disconnect with -d option - ruby-on-railsRequire basic CoreTelephony examples - objective-cIHTMLTxtRange.execCommand ("Copy", false, null) fails due to IE settings - securityAll Articles