开发者

What is the maximum number of indexes per table for SQLite?

开发者 https://www.devze.com 2023-03-19 11:34 出处:网络
What is the maximum number of indexes per table for SQLite? (on Windows XP if that c开发者_如何学JAVAhanges anything!)I found this when I searched \"sqlite indexes\". I use Google; it\'s a pretty good

What is the maximum number of indexes per table for SQLite? (on Windows XP if that c开发者_如何学JAVAhanges anything!)


I found this when I searched "sqlite indexes". I use Google; it's a pretty good search engine.

There are no arbitrary limits on the number of indices that can be attached to a single table. The number of columns in an index is limited to the value set by sqlite3_limit(SQLITE_LIMIT_COLUMN,...).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号