Config options Table-opracowanie

Nasza ocena:

3
Wyświetleń: 357
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
Config options Table-opracowanie - strona 1

Fragment notatki:

Config options Table
Table config_options stores memcached-related settings that are appropriate to change at runtime,
through SQL. Currently, MySQL supports the following configuration options through this table:
separator: The separator used to separate values of a long string into smaller values for multiple
columns values. By default, this is the | character. For example, if you defined col1, col2 as value
columns, And you define | as separator, you could issue the following command in memcached to
insert values into col1 and col2 respectively:
set keyx 10 0 19
valuecolx|valuecoly
So valuecol1x is stored in col1 and valuecoly is stored in col2.
table_map_delimiter: The character separating the schema name and the table name when you
use the @@ notation in a key name to access a key in a specific table. For example, @@t1.some_key
and @@t2.some_key have the same key value, but are stored in different tables and so do not conflict.
... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz