• 普通表
创建普通表
如何创建普通表
source source {
type = mysql
sql_host = localhost
sql_user = myuser
sql_pass = mypass
sql_db = mydb
sql_query = SELECT id, title, description, category_id from mytable
sql_attr_uint = category_id
sql_field_string = title
}
table tbl {
type = plain
source = source
path = /path/to/table
}👍 您可以使用普通表做什么:
⛔ 您不能使用普通表做什么:
普通表构建性能
普通表构建场景
普通表文件结构
扩展名
描述
最后更新于