MO
Size: a a a
MO
MO
MA
MO
MO
MA
local rows = box.execute([[ select * from "users" where "username"=? and "password"=? ]], { ... })
local user = box.space.users.index.username:pairs({ username }):filter( function(u) return u.password == password end ):nth(1)
AK
MA
AK
local rows = box.execute([[ select * from "users" where "username"=? and "password"=? ]], { ... })
local user = box.space.users.index.username:pairs({ username }):filter( function(u) return u.password == password end ):nth(1)
MO
AK
MO
local rows = box.execute([[ select * from "users" where "username"=? and "password"=? ]], { ... })
local user = box.space.users.index.username:pairs({ username }):filter( function(u) return u.password == password end ):nth(1)
MO
AK
MO
DK
fiber.top
. Или мемори профайлера.AT
AT
DK
MO