When i use the json based approach, the voucher collection fetch takes a lot of time. Attaching a screenshot for your reference.
Is this expected or are there any more performance improvements that are yet to be published?
Btw below is the config.json object:
{
"database": {
"technology": "csv",
"server": "localhost",
"port": 0,
"ssl": false,
"schema": "tallydb",
"username": "sa",
"password": "admin",
"loadmethod": "file"
},
"tally": {
"definition": "tally-export-config.json",
"server": "localhost",
"port": 9000,
"fromdate": "2025-04-01",
"todate": "2026-03-31",
"sync": "full",
"frequency": 0,
"company": ""
}
}
Thanks in Advance
When i use the json based approach, the voucher collection fetch takes a lot of time. Attaching a screenshot for your reference.
Is this expected or are there any more performance improvements that are yet to be published?
Btw below is the config.json object:
{
"database": {
"technology": "csv",
"server": "localhost",
"port": 0,
"ssl": false,
"schema": "tallydb",
"username": "sa",
"password": "admin",
"loadmethod": "file"
},
"tally": {
"definition": "tally-export-config.json",
"server": "localhost",
"port": 9000,
"fromdate": "2025-04-01",
"todate": "2026-03-31",
"sync": "full",
"frequency": 0,
"company": ""
}
}
Thanks in Advance