CN115309788B - Method for processing poultry data by using caching technology - Google Patents

Method for processing poultry data by using caching technology Download PDF

Info

Publication number
CN115309788B
CN115309788B CN202211230759.XA CN202211230759A CN115309788B CN 115309788 B CN115309788 B CN 115309788B CN 202211230759 A CN202211230759 A CN 202211230759A CN 115309788 B CN115309788 B CN 115309788B
Authority
CN
China
Prior art keywords
data
batch
index
poultry
batches
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202211230759.XA
Other languages
Chinese (zh)
Other versions
CN115309788A (en
Inventor
樊晓旺
李杨
刘爱巧
孙亚军
周华国
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Ward Bochuang Information Technology Co ltd
Original Assignee
Beijing Ward Bochuang Information Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Beijing Ward Bochuang Information Technology Co ltd filed Critical Beijing Ward Bochuang Information Technology Co ltd
Priority to CN202211230759.XA priority Critical patent/CN115309788B/en
Publication of CN115309788A publication Critical patent/CN115309788A/en
Application granted granted Critical
Publication of CN115309788B publication Critical patent/CN115309788B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2455Query execution
    • G06F16/24552Database cache management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q50/00Systems or methods specially adapted for specific business sectors, e.g. utilities or tourism
    • G06Q50/02Agriculture; Fishing; Mining
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Abstract

The invention relates to a method for processing poultry data by utilizing a caching technology, which comprises the following steps: acquiring a poultry batch needing to process the character data of the poultry, and associating the poultry batch with batches of the same strain and generation; acquiring identity information data and original character data of each batch, caching the identity information data and the original character data into an internal memory, and caching all batches of the same line and generation when caching each batch; calculating index data according to the original character data; and clearing all data in the cache after all batch calculation is completed. The invention greatly improves the calculation speed by combining the cache technology and the multithreading technology to realize the index data processing algorithm. The calculation speed can be obviously improved only by improving the hardware configuration of the calculation server, but the existing processing algorithm is limited in the database, and the improvement of the configuration of the database service cannot obviously improve the calculation speed.

Description

Method for processing poultry data by using caching technology
Technical Field
The invention relates to the technical field of information-based breeding, in particular to a method for processing poultry data by utilizing a caching technology.
Background
In the system development of poultry breeding, a very important function is to automatically process and calculate the original data of a plurality of strain time sequence characters into individual, sibling and parent phenotype index data so as to select excellent individuals by using the index data in the subsequent seed selection process. Generally, the automatic calculation process is placed in a system for scheduling tasks at regular time, and when a plurality of batches (batch information includes strains, generations and batch numbers) need to be calculated, a concurrency technology is used for calculating index data of the plurality of batches at the same time, so as to achieve the purpose of improving the calculation efficiency.
The processing flow of the existing system is as follows:
1. and taking out the required original data of the characters from the database according to the indexes and batches to be calculated.
2. According to the calculation logic of the index, index data is obtained through calculation of the original data of the characters (if the problems of repeated verification, error of the original data and the like are needed, corresponding data are obtained from a database for verification).
3. And storing the calculated index data into a database.
The problems of the existing system are as follows: after the number of batches needing to be calculated reaches a certain number, that is, after the number of concurrent calculations is too large, data (original data of characters, etc.) and write-in data (addition and update of index data, etc.) are frequently read from and written into the database, at this time, a bottleneck occurs in the performance of the database, a large number of read-write requests cannot respond quickly in time, and the calculation speed is extremely slow.
Disclosure of Invention
In order to solve the defects of the prior art, the invention provides a method for processing poultry data by using a caching technology, which comprises the following steps:
step S1: acquiring an index information attribute set of each batch;
step S2: dividing each generation of the poultry into a plurality of batches according to the time for the poultry to hatch the next generation;
and step S3: acquiring all poultry batches needing to process the property data in the system, associating each batch with the strain where the batch is located and all batches in the generation through key values, and caching the batches into an internal memory;
and step S4: acquiring identity information data of a batch to be processed from a database and acquiring original property data of the batch to be processed; step S5: caching the identity information data and the original character data of the poultry in the batch to be processed into the memory, and caching the identity information data and the original character data of all batches in the strain and generation of the batch into the memory according to the relationship among the batches stored in the memory in the step S3 when caching each batch; step S6: acquiring original character data and identity information data of each poultry from a cache, calculating index data of each poultry according to the original character data of each poultry, and simultaneously calculating a plurality of batches by a multithreading technology during calculation;
step S7: repeating the step S4 to the step S6, and calculating index data of all batches; step S8: and after the index data of all batches are calculated and are all inserted into the database, all the data in the cache are cleared.
In step S3, the associated storage format of each batch and the batch related thereto is as follows: { "batch 1": [ "batch 1", "batch 2", \8230 \, 8230; "batch n", };
wherein, batch 1 is the batch that needs to be obtained currently, and batches 1 to n are the set of all batches in the same strain and the same generation as batch 1.
In step S1, the index information attribute set includes:
index ID, index description, source character, source sex, calculation logic, starting age of day, ending age of day, starting age of day of calculation and calculation type;
the index ID is used for describing index data which needs to be obtained through calculation, and each index data corresponds to one index ID;
the index description is used for describing the index required to be calculated;
the source character is used for determining index data of which character needs to be obtained;
the source sex comprises a cock and a hen and indicates that only the character data of the poultry of the sex are obtained to calculate index data;
the computational logic is used for determining a method for obtaining the index data from the original character data;
the starting age and the ending age are used for determining the starting age and the ending age of the original property data required to be acquired for calculating the current index ID;
the calculation of the age of day begins to mean that index data are obtained by calculation according to the original character data only when the age of day of the poultry is larger than the time, and if the age of day of a batch is smaller than the age of day, the index data of the batch are not calculated temporarily;
the calculation types include individual, half-sib, full-sib and parent, and are used to describe whether the index data currently used to characterize the poultry belongs to its own data, or to its half-sib, full-sib or parent data.
In step S4, the original property data includes a measurement date, a property index, and a property value;
the character indexes correspond to the source characters in the index information attribute set and are used for determining which character data the measured character data belong to;
the measuring date is used for determining the day age of the poultry corresponding to the currently measured character data.
In step S4, the identification information data includes identification numbers of the poultry, the belonging batch, and identification numbers of the father and mother.
In step S8, when the index data is stored, after the index data of all the poultry in each batch is calculated, the data of the batch is once inserted into the database.
The invention greatly improves the calculation speed by combining the cache technology and the multithreading technology to realize the index data processing algorithm. The calculation speed can be obviously improved as long as the hardware configuration of the calculation server is improved, but the existing processing algorithm is limited in the database, and the improvement of the configuration of the database service cannot obviously improve the calculation speed.
Detailed Description
In order to further understand the technical solution and the advantages of the present invention, the following description is given in detail with reference to a preferred embodiment.
The method for processing poultry data by using the caching technology of the invention is implemented by the following steps.
1. Correlating batches of poultry
Acquiring all the batches to be calculated in the system, wherein the batches to be calculated are the batches of which the number of days from the incubation date to the current date (the date calculated by the task) of each batch is less than the maximum number of days set by the system (the current system is set to 1000, and can be adjusted according to actual business requirements), associating each batch with all the batches of the same strain generation by a key value pair, and caching the batches into an internal memory.
For example, if the calculated batch is Y31701, and the batches of the same line and generation have Y31701 and Y31702, then Y31701 is used as a key, and Y31701 and Y31702 are stored as values in association with each other, and json format data is stored: { "Y31701" [ "Y31701", "Y31702" ] }
Line, generation and batch meanings:
the strain is directly related to the variety of poultry, such as Y1 variety, Y2 variety, K1 variety, K2 variety and the like;
generation: it means how many times the poultry has been hatched, for example: the generation of a batch of chickens is 1, then the generation of the next generation of the batch of chickens is 2;
batch: hatching of the next generation is carried out in several batches, for example: one batch was hatched in january, batch number 01, and then one more batch was hatched in february, batch number 02.
The cock of the same strain and the same generation corresponding to the related batch can be paired with a plurality of hens, and all the chickens hatched by the plurality of hens in the same day of the same month belong to the same batch.
2. Data acquisition
And acquiring the identity information data of each batch from the database, and acquiring the original property data of each batch.
The identity information data and the original property data are both used for calculating index data service, and before the index data is calculated by using the original property data, an index information attribute set of the whole batch needs to be known.
1. The set of indicator information attributes includes:
index ID: the index data acquisition module is used for describing index data obtained by calculation, and each index data corresponds to an index ID; as shown in table 1 below, the source trait relates to the eggshell strength, ESS represents the eggshell strength, and the eggshell strength of 64 weeks old, 66 weeks old, 68 weeks old and the like of each chicken needs to be calculated, and then the index ID corresponding to the eggshell strength is expressed as: ESS64, ESS66, ESS68, etc.;
and (3) index description: an index for describing the required calculation;
source characters: determining which property index data needs to be obtained; as shown in table 1, the index data of eggshell strength required to be obtained is determined by the source character ID and the source character description together;
source sex: including a cock and a hen, which means that only the trait data of poultry of this sex is obtained to calculate index data;
the calculation logic: a method for determining index data derived from raw trait data;
starting and ending day ages: the system is used for determining the starting age and the ending age of the original property data required to be acquired for calculating the current index ID;
calculation of age of day is started: indicating that index data are obtained by calculation according to original character data only when the age of the poultry is larger than the age of the poultry, and if the age of the batch is smaller than the age of the poultry, the index data of the batch are not calculated temporarily; taking the following table 1 as an example, if the strength of the eggshell of a chicken at the age of 64 weeks needs to be calculated, the chicken needs to wait for being bred to the age of 450 days and then calculate;
the calculation type is as follows: including individuals, half-siblings, full-siblings and parents, for describing whether the index data currently calculated is index data of the poultry itself or index data of the half-siblings, full-siblings or parents thereof.
Some basic concepts:
the age in days: the day-old of the hatched chickens is 1 day-old, and the day-old of the hatched chickens is 1 day-old, wherein 1 day-old is added every time;
individual: the method comprises the steps of (1) indicating the chicken, wherein the individual calculation type refers to the calculation of relevant indexes of the chicken;
half siblings: all children of the same chicken as the father are half siblings, and the half sibling calculation type refers to the calculation of related indexes of brothers and sisters of the same chicken and the father and the alien mother;
full sibling: all children of the parent and the father are the same chicken are the same siblings, and the calculation type of the same siblings refers to the calculation of related indexes of brothers and sisters of the same chicken and the same father and mother;
parent strain: the mother of the chicken, the parent calculation type refers to the correlation index of the mother of the chicken.
Table 1 illustrates the eggshell strength index information attribute set of the present invention.
Table 1: poultry eggshell strength index information attribute set
Figure DEST_PATH_IMAGE001
In table 1, "range from" and "range to" respectively indicate which day-old section the property data needs to be acquired in order to calculate the corresponding index, and in the first row, in order to calculate the eggshell strength of 64 weeks, the eggshell strength between 442 days old and 448 days old needs to be acquired.
2. Raw trait data
The original character data comprises a measuring date, a character index and a character value;
the character indexes correspond to the source characters in the index information attribute set and are used for determining which character data the measured character data belong to; the measuring date is used for determining the day age of the poultry corresponding to the currently measured character data.
The day age and the week age corresponding to the current date can be obtained by measuring the date and the incubation date, wherein the day age = the measuring date-the incubation date +1.
3. Identity information data
The identity information data comprises the identity numbers of the poultry, the belonging batch, the identity numbers of the father and the mother, and the index information attribute set of each poultry corresponds to the original property data of the poultry through the identity numbers. The identity number of each chicken is unique and consists of strain + generation + batch + wing number.
Table 2: raw character data and identity information data of eggshell strength of poultry
Figure 107525DEST_PATH_IMAGE002
Relation between index information attribute set and original character data: the data in the index information attribute set describes which type of index data needs to be acquired, so that based on the records in the index information attribute set, it can be known which original property data needs to be acquired in order to obtain the corresponding index data.
For example, in the first row of table 1, the 64-week-old eggshell strength of an individual needs to be obtained, and at this time, the eggshell data values of the individual from 442 days old to 448 days old are obtained from the original property data, and then the 64-week-old eggshell strength of the individual can be calculated. The specific computational logic is described in detail below.
In the invention, the index information attribute set and the original character data also comprise ID numbers of father and mother of the poultry, and the original character data of the half sibling, the half sibling or the parent of the poultry is obtained through the ID numbers of the father and the mother, so that the index data of the poultry can be conveniently obtained through the original character data of the half sibling, the full sibling and the parent, and the index data of the half sibling, the full sibling and the parent of the corresponding individual can be further calculated.
3. Caching of data
When index data of a batch is calculated, first, associated batch data of the batch is acquired from a cache (stored in the cache in step 1), for example: when the current calculation batch is Y71301, the associated batches are Y71301 and Y71302, all the identity information data of the associated batches are taken out of the database and cached in the memory, namely the identity information data of the Y71301 batch is put into the cache, the identity information data of the Y71302 batch is put into the cache, when the Y71302 batch is calculated, the associated batches are still Y71301 and Y71302, and at this time, the identity information data are not required to be obtained from the database and then put into the cache, because the identity information data are already put into the cache when the Y71301 batch is calculated.
Similarly, all original property data of related batches are taken out from the database, grouped according to properties, and cached in a memory (for example, all original property data of the property of ESS-eggshell strength, all original property data of the property of EST-eggshell thickness, and cached in the memory), for example: and if the current calculation batch is Y71301, the associated batches are Y71301 and Y71302, caching all original property data in the associated batches in a memory from the database, namely putting the property data of the Y71301 batch into the cache and putting the property data of the Y71302 batch into the cache, and when the Y71302 batch is calculated, the associated batches are still Y71301 and Y71302, and at this time, the property data do not need to be acquired from the database and then put into the cache because the property data are already put into the cache when the Y71301 batch is calculated.
4. Calculation of index data
And circularly calculating the index data of all the chickens in the batch of each index, acquiring all the batches to be calculated from the database during calculation, and then transmitting the index information data set serving as a parameter to a method for calculating the index data of one batch. The calculation processes are different according to different types of indexes, and the following calculation processes are respectively explained according to the types of the indexes:
1. calculation of individual type index data
(1) Acquiring all identity information data of the batch from a cache;
(2) All the original trait data of all the chickens of this batch are obtained from the cache by traits, such as: when an ESS36 (36-week-old eggshell strength) index of a Y71301 batch is calculated, original property data of the ESS (source property of the ESS 36) of the Y71301 batch is required to be acquired;
(3) Circularly calculating the index data of the index of each chicken in the batch, acquiring the original character data of the chicken measured from the beginning age to the ending age of the index, and calculating the index data according to the calculation mode;
(4) After the index calculation of one chicken is completed, the index data are not directly inserted into the database and are firstly stored in the memory, and after the index data of all the chickens in the batch are calculated, the index data are inserted into the database at one time, so that the times of accessing the database are reduced. The database pressure is reduced.
2. Calculation of semi-sibling or full sibling type index data
(1) Acquiring all chicken data of the batch from a cache, and acquiring all chicken data of a related batch besides acquiring all chicken data of the batch;
(2) Acquiring all original character data of all chickens of the batch from the cache through characters, acquiring all original character data of the index of the batch in addition to acquiring the original character data of the index of the batch, for example: when calculating the ESS36 (36 week-old eggshell strength) index for the Y71301 lot, raw property data for the ESS properties of the Y71301 and Y71302 lots need to be obtained.
(3) Circularly calculating the index data of the index of each chicken in the batch, if the index data is half sibling, firstly acquiring the hens in all children of the same father as the chicken from all the chicken data of the associated batch, if the index data is full sibling, firstly acquiring the hens in all children of the same mother as the chicken from all the chicken data of the associated batch, then acquiring the character (source character of the index) data of the hens measured from the beginning age to the ending age of the index, and calculating the index data according to the calculation mode;
(4) After the index calculation of one chicken is completed, the index data are not directly inserted into the database and are firstly stored in the memory, and after the index data of all the chickens in the batch are calculated, the index data are inserted into the database at one time, so that the times of accessing the database are reduced. The database is relieved of pressure.
3. The calculation method is as follows:
and (4) cumulative calculation: the value of the index is obtained after the value of the property data is accumulated;
and (3) assignment calculation: the trait value of the first piece of trait data is the value of the indicator (if the indicator is an assignment calculation, there is only one item of trait data during this period); for example, if the strength of the 64-week-old eggshell is required to be calculated, the strength of the eggshell is measured only once during the period from 442-448 days old, and the only eggshell strength is taken as the strength of the 64-week-old eggshell.
And (3) calculating an average value: the value after the value of the character data is averaged is the value of the index;
and (3) calculating standard deviation: the value after the standard deviation of the value of the trait data is the value of the index.
Table 3 illustrates eggshell strength index data of the present invention.
Table 3: index data of eggshell strength of poultry
Figure DEST_PATH_IMAGE003
Relationship between index data and original property data: the index ESS36-36 weeks old eggshell strength, the calculation mode of the index is average value calculation, starting day age-246 and ending day age-254, and the calculation method comprises the following steps: measurements of traits (the source trait of the index) between 246 and 254 days of age are taken and averaged, which is the value of this index for ESS 36.
5. And after the index data of all batches are calculated and are all inserted into the database, all the data in the cache are cleared.
Tables 4 and 5 below show the data processing efficiency corresponding to the existing data processing method and the processing method of the present invention, respectively, and it can be seen from the comparison of tables 4 and 5 that the improved processing algorithm of the present invention can greatly increase the calculation speed.
Table 4: calculated speed of existing poultry data processing method
Figure 365944DEST_PATH_IMAGE004
Table 5: processing speed of the poultry data processing method of the invention
Figure DEST_PATH_IMAGE005
In conclusion, the index data processing algorithm realized by combining the caching technology and the multithreading technology greatly improves the calculation speed. The calculation speed can be obviously improved as long as the hardware configuration of the calculation server is improved, but the existing processing algorithm is limited in the database, and the improvement of the configuration of the database service cannot obviously improve the calculation speed.
Although the present invention has been described with reference to the preferred embodiments, it should be understood that the scope of the present invention is not limited thereto, and those skilled in the art will appreciate that various changes and modifications can be made without departing from the spirit and scope of the present invention.

Claims (6)

1. The method for processing poultry data by utilizing the caching technology is characterized by comprising the following steps:
step S1: dividing each generation of the poultry into a plurality of batches according to the time for the poultry to hatch the next generation;
step S2: acquiring an index information attribute set of each batch;
and step S3: acquiring all poultry batches needing to process the property data in the system, associating the batches with all the batches in the strain and the generation where the batches are located through key values for each batch, and caching the batches into an internal memory;
and step S4: acquiring identity information data of a batch to be processed from a database and acquiring original property data of the batch to be processed;
step S5: caching the identity information data and the original character data of the batches of poultry to be processed into an internal memory, and caching the identity information data and the original character data of all batches in the strain and generation of the batch into the internal memory according to the relationship among the batches stored in the internal memory in the step S3 when caching each batch;
step S6: acquiring original character data and identity information data of each poultry from a cache, calculating index data of each poultry according to the original character data of each poultry, and simultaneously calculating a plurality of batches by a multithreading technology during calculation;
step S7: repeating the step S4 to the step S6, and calculating index data of all batches;
step S8: and after the index data of all batches are calculated and are all inserted into the database, all the data in the cache are cleared.
2. A method for processing poultry data using caching as claimed in claim 1, wherein: in step S3, the storage format of each batch and the associated batch related thereto is as follows: { "batch 1": [ "batch 1", "batch 2",\8230 \ 8230; "batch n" ] };
wherein, batch 1 is the batch that needs to be obtained currently, and batches 1 to n are the set of all batches in the same strain and the same generation as batch 1.
3. A method for processing poultry data using caching as claimed in claim 1, wherein: in step S2, the index information attribute set includes:
index ID, index description, source character, source sex, calculation logic, starting age of day, ending age of day, starting age of day of calculation and calculation type;
the index ID is used for describing index data which are required to be calculated, and each index data corresponds to one index ID;
the index description is used for describing the index required to be calculated;
the source character is used for determining index data of which character needs to be obtained;
the source sex comprises a cock and a hen and indicates that only the character data of the poultry of the sex are obtained to calculate index data;
the computational logic is used for determining a method for obtaining the index data from the original character data;
the starting age and the ending age are used for determining the starting age and the ending age of the original property data required to be acquired for calculating the current index ID;
the calculation of the age of day begins to mean that index data are obtained by calculation according to the original character data only when the age of day of the poultry is larger than the time, and if the age of day of a batch is smaller than the age of day, the index data of the batch are not calculated temporarily;
the calculation types include individual, half-sib, full-sib and parent, and are used to describe whether the index data currently used to characterize the poultry belongs to its own data, or to its half-sib, full-sib or parent data.
4. A method for processing poultry data using caching as claimed in claim 3, wherein: in the step S4, the original property data includes a measurement date, a property index, and a property value;
the character indexes correspond to the source characters in the index information attribute set and are used for determining which character data the measured character data belong to;
the measuring date is used for determining the day age of the poultry corresponding to the currently measured character data.
5. A method for processing poultry data using caching as claimed in claim 1, wherein: in step S4, the identification information data includes the identification number of the poultry, the belonging batch, and the identification numbers of the father and mother.
6. A method for processing poultry data using caching as claimed in claim 1, wherein: in step S8, when the index data is stored, after all the index data of each batch are calculated, the data of the batch is once inserted into the database.
CN202211230759.XA 2022-10-10 2022-10-10 Method for processing poultry data by using caching technology Active CN115309788B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211230759.XA CN115309788B (en) 2022-10-10 2022-10-10 Method for processing poultry data by using caching technology

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211230759.XA CN115309788B (en) 2022-10-10 2022-10-10 Method for processing poultry data by using caching technology

Publications (2)

Publication Number Publication Date
CN115309788A CN115309788A (en) 2022-11-08
CN115309788B true CN115309788B (en) 2023-04-07

Family

ID=83866400

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211230759.XA Active CN115309788B (en) 2022-10-10 2022-10-10 Method for processing poultry data by using caching technology

Country Status (1)

Country Link
CN (1) CN115309788B (en)

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7430553B2 (en) * 2005-12-30 2008-09-30 Microsoft Corporation Managing states with delta pager
CN106156049A (en) * 2015-03-27 2016-11-23 天脉聚源(北京)科技有限公司 A kind of method and system of digital independent
CN105303313A (en) * 2015-10-26 2016-02-03 中国农业大学 Poultry production information management system based on intelligent terminal
CN109033292A (en) * 2018-07-13 2018-12-18 南京邮电大学 A kind of database distributed caching system and method
CN110419496B (en) * 2019-08-21 2022-04-12 安庆永强农业科技股份有限公司 Cascade optimization method for high-laying rate muscovy duck group
CN110990372A (en) * 2019-11-06 2020-04-10 苏宁云计算有限公司 Dimensional data processing method and device and data query method and device
CN110910268A (en) * 2019-11-22 2020-03-24 傲网信息科技(厦门)有限公司 Pig farm cost analysis method and device and electronic equipment
CN113254482A (en) * 2021-05-11 2021-08-13 苏州玩蜂软件科技有限公司 Method, system and medium for asynchronous storage of service data

Also Published As

Publication number Publication date
CN115309788A (en) 2022-11-08

Similar Documents

Publication Publication Date Title
US8107710B2 (en) Automated placental measurement
Kilpatrick Occupational mortality indices
CN108897821B (en) Method and device for automatically generating data conclusion
US20100220916A1 (en) Automated placental measurement
CN110622912A (en) Seed production method of non-dwarf high-yield small egg laying hen complete set line
CN115309788B (en) Method for processing poultry data by using caching technology
CN106933691A (en) A kind of recognition methods and system for abnormity point in seasonal time series data sequence
Zollikofer et al. Endocranial ontogeny and evolution in early Homo sapiens: The evidence from Herto, Ethiopia
Buckland A review of the literature of systematic sampling
CN112862076A (en) Breeding method, model and breeding system for increasing qualified egg number of yellow-feather broiler breeder
CN106919706A (en) The method and device that data update
Asmundson THE INFLUENCE OF VARIOUS FACTORS ON EGG
CN111651466B (en) Data sampling method and device
CN113142131B (en) Method for improving uniformity of breeding period of cage-bred broiler breeder
RU2761354C1 (en) Method for early selection of laying hens
CN115777112A (en) Egg management auxiliary system
Sahu et al. Statistical inference
Tabeau et al. Mortality in the Netherlands: The data base
Mironov Tall requirements and “small” reality
CN117519369B (en) Intelligent control system for operation environment of pigeon hatching and chick-out equipment
CN116524545B (en) Embryo classification method and system based on artificial intelligence
CN112613801A (en) Quantitative evaluation method and device for meat quality of local chicken
Feltes et al. Impact of different numbers of milk test-day records during lactation on the reliability of estimated breeding values
CN112488403B (en) Method and device for determining flock structure and computer readable storage medium
CN113367098B (en) Breeding method for improving continuous fertilization capability of chicken

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant