Search found 29 matches

by bigart
21 Jan 2021, 23:05
Forum: Discussion
Topic: Hosting server overload / over 100 000 000 records
Replies: 23
Views: 1958

Re: Hosting server overload / over 100 000 000 records

Error SQL query: Copy ALTER TABLE `app_fields` ADD` forms_rows_position` VARCHAR (255) NOT NULL AFTER `comments_forms_tabs_id` MySQL returned the message: Documentation # 1060 - Duplicate column name 'forms_rows_position It's not help. I uploaded the database backup and it's doesn't help too. After ...
by bigart
21 Jan 2021, 10:46
Forum: Discussion
Topic: Hosting server overload / over 100 000 000 records
Replies: 23
Views: 1958

Re: Hosting server overload / over 100 000 000 records

After update all files and database i get this: Database Error: 1146 - Table 'database_name.app_forms_rows' doesn't exist Query: select f.*, fr.sort_order as form_rows_sort_order,right(f.forms_rows_position,1) as forms_rows_pos from app_fields f left join app_forms_rows fr on fr.id=LEFT(f.forms_rows...
by bigart
20 Jan 2021, 22:38
Forum: Discussion
Topic: Hosting server overload / over 100 000 000 records
Replies: 23
Views: 1958

Re: Hosting server overload / over 100 000 000 records

ok, but we use at the same time another (old) crm system and there is no problem. The same amount of customers, the same operations, same server (another database) etc...
by bigart
20 Jan 2021, 21:55
Forum: Discussion
Topic: Hosting server overload / over 100 000 000 records
Replies: 23
Views: 1958

Re: Hosting server overload / over 100 000 000 records

Info from hosting company (google translate): I kindly inform you that the administrator "hosting company name" blocked access to the xxxx database on the xxxx server. The hosting platform shares the server's hardware resources between many users, for whom "hosting company name" ...
by bigart
20 Jan 2021, 21:32
Forum: Discussion
Topic: Hosting server overload / over 100 000 000 records
Replies: 23
Views: 1958

Re: Hosting server overload / over 100 000 000 records

4 users max in the same time
by bigart
20 Jan 2021, 20:21
Forum: Discussion
Topic: Hosting server overload / over 100 000 000 records
Replies: 23
Views: 1958

Re: Hosting server overload / over 100 000 000 records

Ok, but it's happening every day even though the import took place only once and it was 3 days ago
by bigart
20 Jan 2021, 10:48
Forum: Discussion
Topic: Hosting server overload / over 100 000 000 records
Replies: 23
Views: 1958

Hosting server overload / over 100 000 000 records

Our hosting company every day blocking rukovoditel database. Only one think we did before that. We import 2000 customers. The database is very simple, name, address etc.. After that I get form hosting support information about server overload. We have download limit up to 100 000 000 records per day...
by bigart
14 Jan 2021, 15:00
Forum: Discussion
Topic: SQL Field with specific query | max date |
Replies: 3
Views: 538

Re: SQL Field with specific query | max date |

OK. - I think I did it. You have to create new filed and choose formula (as the field type) In my case I had to copy working sql query and change "static customer id" to the choosen customer id automaticly selected from table. See below: SELECT max(FROM_UNIXTIME(app_entity_54.date_added,'%...
by bigart
14 Jan 2021, 12:28
Forum: Discussion
Topic: SQL Field with specific query | max date |
Replies: 3
Views: 538

SQL Field with specific query | max date |

Hi, I have two tables: Clients (parent table) and conversation (sub table). My goal is to print the max date (date_added) from conversation with customer in parent table. It's possible ? If yes how to do it ? below my sql working query : SELECT max(FROM_UNIXTIME(app_entity_54.date_added,'%Y-%m-%d'))...