Subject |
Re: complex indexes vs index key fields |
From |
Akshat Kapoor <akshat.kapoor@kapoorsons.in> |
Date |
Thu, 30 Jul 2020 12:24:08 +0530 |
Newsgroups |
dbase.getting-started |
On 30.07.2020 11:39, Gaetano De Luisi wrote:
>
> Hi Mervyn,
>
> Brilliant, it took only 10.62 seconds to load the 25k records!
>
> Thanks for that sample code!
Just a word of caution,
MySQL can accept 1000 rows in a single query,
But the query s being built up as a dbase memory variable and it will
have its own limits.
For rows of small size it will not matter, But if rows get large i.e. eg
4k for each row then ?
Regards
Akshat
|
|