Hello!

I guess that your mean by importing, reading data from the database. if so, 
without any further information I can only suggest the following workaround:

   - Try reading not the whole data (all rows) at once. Maybe you can 
   select part of it by the selecting the different faculties by their first 
   letter. For that just use the case clause described in the web2py 
   documentation:
   
   
http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#case
   - Finally you can merge the different rows as described in the web2py 
   documentation:
   
   
http://web2py.com/books/default/chapter/29/06/the-database-abstraction-layer#Combining-rows

If your problem is a timeout while reading the database, this could be a 
solution.

Best regards
Clemens


On Monday, February 17, 2020 at 7:09:57 AM UTC+1, Константин Комков wrote:
>
> Hello! I do import timetables from templates. It's templates for all group 
> on faculty. After import I have error or success with probability 50%.
> Count of records to database is 3863 and it can be more for another 
> faculties. I think that reason of error is time of answer from server. That 
> time is too much.
> What I need to do in that case? I don't have web2py ticket.
>

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/2010b580-898b-44fb-89b5-4fb42b9bd3cb%40googlegroups.com.

Reply via email to